Friday, 23 August 2013

Selecting enabled rows with ClientSelectColumn

Selecting enabled rows with ClientSelectColumn

I have a telerik GridClientSelectColumn along with AllowMultiRowSection
set to true for selecting all rows. So on the server side, some of the
rows are disabled, but when I go ahead click the button, it will select
all the rows regardless the button is being enabled/disabled.
So I figured I can loop through all the rows on client side using jquery
and see if they are disabled previously and if so I will mark them as
unchecked during OnRowSelected.
But I am not sure how to go about it, I have a RadGrid, a MasterTableView
and several GridBoundColumn.
Any tips would be helpful!

No comments:

Post a Comment