hi ,
I am using GridView ,I need to select item based on index ,right now i am selecting item like
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