Unplanned
Last Updated: 18 Dec 2024 09:38 by Martin Ivanov
Martin Ivanov
Created on: 18 Dec 2024 09:38
Category: GridView
Type: Bug Report
1
GridView: Selection with the Shift key doesn't work when GroupRenderMode is Nested and grouping is applied

The selection with the Shift key when SelectionMode=Extended no longer works in the default Nested rendering mode of RadGridView. This reproduces only when the data view is grouped.

To work this around, set the GroupRenderMode property of RadGridView to Flat.

<telerik:RadGridView GroupRenderMode="Flat" />

0 comments