I am using a Callback control to take some input and apply filters on the data in my grid. The server side event handler for the call back works fine
except for rendering the new data. As soon I put
Grid.RenderControl(e.Output); in the code, a javascript error, which says "Undefined Runtime Error" is generated and thus stopping the AJAX call.
Somebody please tell me what's the workaround. Thanks in advance.