Completed
Last Updated: 14 Feb 2020 08:27 by ADMIN
Release R1 2020 SP
Martin Ivanov
Created on: 29 Jan 2020 13:04
Category: GridView
Type: Bug Report
1
GridView: Blank space when scrolling an editing row outside the viewport and sort column

Blank spaces where rows should appear are observed in the following situation. You start editing a row or a column, then scroll the row outside of the viewport before the edit was committed. Then sort a column.

This is reproducible only if the GroupRenderMode property of RadGridView is set to Flat. Also, the AutoGenerateColumns property should be set to False and the Columns should be added manually.

Note that the issue is reproducible also in RadTreeListView, which has the GroupRenderMode set to Flat by default.

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

0 comments