Hi,
I have a GridView with
How can I achieve a behavior where the user can only multiselect cells of one row? I tried to use the gridFehlzeitenuebersicht_SelectionChanging Event without success. I think I just need a nice hint in the right direction. Thank you in Advance.
I'm using C# and RadControls for WinForms V. 2013.3.1016.40.
Best,
Peter
I have a GridView with
grid.MultiSelect =
true
;
grid.SelectionMode = GridViewSelectionMode.CellSelect;
How can I achieve a behavior where the user can only multiselect cells of one row? I tried to use the gridFehlzeitenuebersicht_SelectionChanging Event without success. I think I just need a nice hint in the right direction. Thank you in Advance.
I'm using C# and RadControls for WinForms V. 2013.3.1016.40.
Best,
Peter