I have a export button in the command template of a radgrid. I got it working by adding the postback function programmatically everything works great, unless the results in the grid are filtered, then it does nothing. Any suggestions on where to look would be greatly appreciated.
I followed those samples and as I said it works perfectly unless you filtered the results, then page takes forever to load but instead of asking to save or open like normal it loads without any of my controls in the command template and is really slow until i reload
0
Daniel
Telerik team
answered on 01 Feb 2010, 06:25 PM
Hello Lee,
I would appreciate it if you could provide some information about the way you disable AJAX in your project. You shouldn't have any problems if you cancel the asynchronous request in the onRequestStart handler: