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

Changes in SelectAll functionality

2 Answers 42 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 30 Nov 2012, 04:59 PM
Hi,

I am seeing two different behaviors from RadGridView control for WPF when I use the SelectAll function from two
different versioned libraries (Version: 2011.3.1116.40 & Version: 2012.2.912.40).

In my example I have a RadGridView which I populate with some dummy data. I have added a RowDetailsTemplate
which is Visible when the row is selected. Everything works consistently in both libraries when the row details are
selected one at a time. But when I make use of the SelectAll function I see that the row highlight is missing with
the new versioned library

Images are attached

2 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 03 Dec 2012, 09:32 AM
Hi,

This difference should be an expected one. It should be due to the fact that since Q2 2012 we have introduced a new Unfocused state for the selected GridViewRow. You can check this help article for a reference. There is also a link to a code library, showing how to revert to the previous behaviour.

Kind regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Mark
Top achievements
Rank 1
answered on 18 Jan 2013, 02:03 PM

Oh did not realize that this was a focus issue, but yes it makes sense that when I click the select button, the gridview would loose focus.

Ok, thank you for helping me understand what was happening.

Tags
GridView
Asked by
Mark
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Mark
Top achievements
Rank 1
Share this question
or