Hi,
I am wondering is there possible to know when a row in a Grid has been selected. The grid doesn't seem to have a server-side event for that and I tried onRowSelected (in the the clientSettings), but it seem that the event is call before the row is selected (in fact, this event call a js function that simply call RadAjaxManager1.ajaxRequest. In the ajaxRequest, I get the selectedItem with the method SelectedItems of my grid, but this method return the old selected item). May anyone help please ?
Thank you
I am wondering is there possible to know when a row in a Grid has been selected. The grid doesn't seem to have a server-side event for that and I tried onRowSelected (in the the clientSettings), but it seem that the event is call before the row is selected (in fact, this event call a js function that simply call RadAjaxManager1.ajaxRequest. In the ajaxRequest, I get the selectedItem with the method SelectedItems of my grid, but this method return the old selected item). May anyone help please ?
Thank you