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

Always show selected row

1 Answer 116 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Alexey
Top achievements
Rank 1
Alexey asked on 11 Aug 2016, 12:40 PM

VisualStudio10/c++cli/Telerik_UI_For_WinForms_2016_1_216_Dev.msi

Created a gridview with visible filters row.

When clicking on some filter the selection goes out from row. How could I make the selection stay on 'current row' ?

 

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 15 Aug 2016, 09:30 AM
Hello Anton,

Thank you for writing. 

When you click a certain row in RadGridView, this row is made current. That is why when you have a selected row and click on the filter row, this filter row is made current and the previous selection is cleared. In order to keep the selection when the filter row is current, you should set the RadGridView.MultiSelect property to true. Thus, select a row and keep the Ctrl key pressed while clicking the filtering row.

I hope this information helps. Should you have further questions I would be glad to help.

Regards,
Dess
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
Tags
GridView
Asked by
Alexey
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or