Unplanned
Last Updated: 29 Nov 2023 14:34 by Martin Ivanov
Martin Ivanov
Created on: 29 Nov 2023 14:34
Category: GridView
Type: Bug Report
1
GridView: The scrolling becomes very slow when setting the left and right frozen columns to 0 and resizing the columns so that their summary width is smaller than the data grid's width

The vertical scrolling seems to become very slow and even unresponsive, when the following conditions are met:

  • left and right frozen columns count is 0
  • the summary width of all columns is smaller than the width of the RadGridView element

To minimize the issue, you can set the GroupRenderMode property of RadGridView to Nested.

0 comments