In Development
Last Updated: 10 Jan 2025 10:35 by ADMIN
Scheduled for 2025 Q1 (February)
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