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

selecting item based on index no

1 Answer 27 Views
GridView
This is a migrated thread and some comments may be shown as answers.
GOPI S
Top achievements
Rank 1
GOPI S asked on 21 Mar 2011, 12:28 PM
hi ,
I am using GridView ,I need to select item based on index ,right now i am selecting item like
 radObject.SelectedItem = this.radObject.Items[increcord];

but the problem in this code assume  two identical records are there at 29 and 30 ,the increcord value is 30 

instead of selecting 30th record ,its highlighting 29 th record only assuming both items are same ,i dont want 
this to happen 

any solution ,Thanks in advance 

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 21 Mar 2011, 12:55 PM
Hello,

 You can check my reply in this thread

Regards,
Vlad
the Telerik team
Tags
GridView
Asked by
GOPI S
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or