Good day telerik team, I am using the latest version of the Prometheus suite and this is my problem:
I have inherited the RadGrid control, this inherited control has a RadToolbar which is added on top of the grid headers.
So far so good, now I have also implemented some buttons for the toolbar, basically those buttons execute actions as enable/disable and others, the problem that I have is that to be able to execute their actions those buttons are firing up the ItemCommand event of the grid and this is causing that the full grid reloads everytime (I am using an RadAjaxManager on the pages to convert the regular calls in ajax calls), so I was wondering if there is a way to make those calls be intercepted by the RadAjaxManager and execute an event of my custom button rather than the ItemCommand of grid and avoid loading the whole grid.
Something like this:
http://www.telerik.com/demos/aspnet/Grid/Examples/AJAX/OutOfGrid/DefaultCS.aspx
But I dont want to update the grid at all (retrive and updating the grid), I just want to make a simple ajax call, and in the server execute a custom action, there is no need to re-paint the grid again.
I hope that my thoughts were being expressed correctly, and sorry for my bad english :D
Cheers.
I have inherited the RadGrid control, this inherited control has a RadToolbar which is added on top of the grid headers.
So far so good, now I have also implemented some buttons for the toolbar, basically those buttons execute actions as enable/disable and others, the problem that I have is that to be able to execute their actions those buttons are firing up the ItemCommand event of the grid and this is causing that the full grid reloads everytime (I am using an RadAjaxManager on the pages to convert the regular calls in ajax calls), so I was wondering if there is a way to make those calls be intercepted by the RadAjaxManager and execute an event of my custom button rather than the ItemCommand of grid and avoid loading the whole grid.
Something like this:
http://www.telerik.com/demos/aspnet/Grid/Examples/AJAX/OutOfGrid/DefaultCS.aspx
But I dont want to update the grid at all (retrive and updating the grid), I just want to make a simple ajax call, and in the server execute a custom action, there is no need to re-paint the grid again.
I hope that my thoughts were being expressed correctly, and sorry for my bad english :D
Cheers.