ES
Eswari S
Syncfusion Team
June 3, 2011 07:33 AM UTC
Hi Jason,
Thank you for your interest with Syncfusion products.
Query#: Is there any way to use these index values to find out what a column value for that row would be?
“_selectionManager.selectedRowsCollection “ will return the index values of the selected rows only. We can find the column value of the row by using setJSONRecord() and Jsonrecord methods.
Please refer to the following code snippets:
[JavaScript]
Also, You can select the records by using the following methods.
var gridObj = $find("OrderGrid");
gridObj.selectAll(); // selectAll method select all the records in grid.
gridObj.selectRow(index); // selectRow method selects the particular record which is specified in index
Please let us know if you need any further assistance.
Regards,
Eswari.S