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!