This is a migrated thread and some comments may be shown as answers.

[Solved] How to get the row values based on row index ?

1 Answer 92 Views
Grid for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Arjun
Top achievements
Rank 1
Arjun asked on 17 Feb 2014, 04:32 AM
Hi All ,

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

Sort by
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).

Tags
Grid for XAML
Asked by
Arjun
Top achievements
Rank 1
Answers by
Rosy Topchiyska
Telerik team
Share this question
or