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

RadGridView Selected Rows Appear Unselected After Lost Focus

1 Answer 886 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Tony
Top achievements
Rank 1
Tony asked on 02 Oct 2015, 06:28 PM

I am using Telerik WPF Controls 2014.2.729.40.

 

I have enabled the multi-rows selection in the radgridview by setting SelectionMode="Extended". 

<tk:RadGridView ... SelectionMode="Extended">

The user can select all or select multiple rows in the grid. However, if the user clicks out of the radgridview. The selected rows appear as unselected until the radgridview regains the focus back.

 

Step 1: The user selected multiple rows in radgridview.The rows looked SELECTED.

Step 2: The user clicked outside of radgridview. The rows looked UN-SELECTED.

Step 3: The user clicked back in radgridview. The rows selected before appeared as ​SELECTED.

 

I want the selected rows stay SELECTED visually all the time no matter Telerik RadGridView losts focus or not.

Please let me know if there is any ways to achieve my goal. Any help is appreciated.​

Thanks!

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 05 Oct 2015, 07:06 AM
Hello Tony,

This is the UnFocused state of the selected row. It will be shown when the GridView is out of focus. You can check the Stop Showing the Unfocused State help article for a reference.

Regards,
Yoan
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
Tony
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or