I'm just trying to loop through the grid rows, evaluate a template column checkbox, and return a Key column value in javascript. I can't seem to be able to get it to work. Any help would be greatly appreciated.
2 Answers, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 07 Apr 2010, 07:26 AM
Hello Jeff,
You can use GridTableView get_items() to get all RadGrid rows on client. To get the cell for specific item you can use getCellByColumnUniqueName and to get reference to client data key values(that are declared in ClientDataKeyNames of GridTableView) you can use getDataKeyValue().
Kind regards,
Nikolay
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.