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

RadGrid RowItemidex with out pageing

1 Answer 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
bharath reddy
Top achievements
Rank 1
bharath reddy asked on 10 Jan 2011, 09:40 AM
Hi Can any body help 
I have problem in radgrid select row index value.if i selecte first row of the grid it is showing zero row index.that is fine.when i slecetd next page of that rad grid .then again i select first row it is showing again zero.but it need to show 11 row index right?
how can i get that row index.

and same as how can i get last row index.


thanks

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 10 Jan 2011, 02:06 PM
Hello bharath reddy,

What you are looking for is ItemIndex, not RowIndex. And the last index is (myRadGrid.Items.Count - 1).

Best wishes,
Vasil
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
bharath reddy
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or