i am developing windows 8 apps using telerik grid,
I want to get the row values based on particular row index
Any Suggestion would be of great help.
Thanks
Arjun
1 Answer, 1 is accepted
0
Rosy Topchiyska
Telerik team
answered on 18 Feb 2014, 08:32 AM
Hi Arjun,
Thank you for contacting us.
The RadDataGrid.GetDataView() method returns an object of type DataGridDataView, that contains information about the current state of the grid. You can use the DataGridDataView.Items property to get the data item at a specific row.
I hope this works for you.
Regards,
Rositsa Topchiyska
Telerik
Check out the new Telerik Platform - the only modular platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native apps. Register for the free online keynote and webinar to learn more about the Platform on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT).