hi, I'm new in telerik so maybe this question is trivial.
anyway, i want to know if the checkbox element in the data item in the grid is eanble, and if so then i want to do something.
if (args.get_gridDataItem().get_selected(). get_checkboxelement() .Enabled == true)
args.get_gridDataItem().set_selected(!args.get_gridDataItem().get_selected()); // or something
this the code. what i need to do to make it work?
anyway, i want to know if the checkbox element in the data item in the grid is eanble, and if so then i want to do something.
if (args.get_gridDataItem().get_selected(). get_checkboxelement() .Enabled == true)
args.get_gridDataItem().set_selected(!args.get_gridDataItem().get_selected()); // or something
this the code. what i need to do to make it work?