Is it possible to change the callback route of a Developer Express GridView on the client side? Or maybe perform a callback to another route rather than the specified at the settings.CallbackRouteValues property?
Is it possible to change the callback route of a Developer Express GridView on
Share
It seems its possible, through the GridView’s property
callbackUrl. Just need to set the property before performing the callback:I also recommend to set this property to it’s original value on callback ending, through the End Callback client-side event handler.