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

Silverlight RadGridview row selection using keyboard Up/Down arrow

1 Answer 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
senthil
Top achievements
Rank 1
senthil asked on 15 Mar 2011, 12:31 PM
Hi,

 I have a issue of Silver light rad Gridview row selection using keyboard Up/Down arrow while the row having duplicate record.
In the attachment I have a records of test,test1,test2,test3. While the selection is on duplicate records I can't navigate through using key board up and down arrow. Is this a telerik grid bug or any property need to be set? Please help me out this problem to use it in my project.


1 Answer, 1 is accepted

Sort by
0
GOPI S
Top achievements
Rank 1
answered on 25 Mar 2011, 06:53 AM
Hi ,

You can get the solution by  overiding isequals method in the entity which refered by the RadGrid like


//for simplicity
public bool isequals(object obj)
{
return false ;
}


the above will return always false ,so no two rows will same at any case


Tags
General Discussions
Asked by
senthil
Top achievements
Rank 1
Answers by
GOPI S
Top achievements
Rank 1
Share this question
or