Hi telerik team,
I want to enable and make the client select column check boxes checkable in grid by using the follwoing code snipped
for (var row = 0; row < MasterTable.get_dataItems().length; row++)
{
MasterTable.get_dataItems()[row]._element.disabled=false;
MasterTable.get_dataItems()[row].get_cell("ClientSelectColumn").disabled=false;
}
but the i could not check the checkboxes in every row it is still disable.
I want to enable and make the client select column check boxes checkable in grid by using the follwoing code snipped
for (var row = 0; row < MasterTable.get_dataItems().length; row++)
{
MasterTable.get_dataItems()[row]._element.disabled=false;
MasterTable.get_dataItems()[row].get_cell("ClientSelectColumn").disabled=false;
}
but the i could not check the checkboxes in every row it is still disable.