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

Selected Rows and Items

1 Answer 49 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Travis
Top achievements
Rank 1
Travis asked on 21 Mar 2012, 07:17 PM
Two issues with the RadGridView.  And they both are based around the same issue.
Once we load the grid with our IEnumerable, all items are immediately selected with in the grid.  Even though I have the following: 
SelectedItem="{x:Null}" SelectionMode="Single"
set on the grid.

Now, we are binding the grid programmatically. But all rows and cells are immediately selected, which is not what I want.



The second issue is that when I finally clear them through filters, when I do select a row, it will only allow me to select one row.

Which is fine, but I can't deselect that row and choose another.






Am I missing something?

Thanks

Travis

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 22 Mar 2012, 09:57 AM
Hi Travis,

That is quite strange behavior and it is definitely not the expected one. Could you provide a bit more information about your application - how do you define your RadGridView, what is the implementation of your business object, do you override GetHashCode, Equals, etc. methods ? Is there anything more specific ? 

Kind regards,
Maya
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
Travis
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or