Hello Telerik team,
I have switched from server side to client side binding for performance reasons (was previously using a WebParts / AJAX server side framework) I still have the web parts framework in place and some events of the Grid still do AJAX postbacks.
Previously, with Server side binding, I was able to capture the selected rows that the user may have selected before invoking the postback. Now the MasterTableView.Items has the right number of rows in it, but each TableCell is empty ??!!
How can I get the state of the grid on the server during AJAX postbacks when using client side data binding.
Thanks
Bob