I use a third-party user interface library (devexpress) to implement some data grids. These grids work with callbacks (and not with partial UpdatePanel callbacks).
I am trying to use Scriptmanager RegisterStartupScript to execute some code on the client after a callback. This works fine with partial reverse processing, but does not work with Callbacks.
Is there a way to queue on client code to execute a callback server side handler inside?
thank
source
share