Declined
Last Updated: 22 Jul 2015 11:04 by ADMIN
Svetlin
Created on: 23 Nov 2012 01:59
Category: GridView
Type: Bug Report
1
FIX. RadGridView - should not leave its edit mode state, when scrolling is performed.
The RadGridView should not leave its edit mode state, when scrolling is performed.
1 comment
ADMIN
Ivan Petrov
Posted on: 21 Jul 2015 09:59
This item is declined for a couple of reasons, explaining why the editor is closed when a user clicks on the scroll bar:
1. Because of the RadGridView UI virtualization if you start scrolling with an editor open the cell containing the editor will be cached and then reused for another data cell. As a result, the editor will jump all over the visual cells of RadGridView.
2. If the editor remains open and you scroll it out of view, validation will be hard to convey to the users. If the edited cell is out of view and validation fails there is no clear way to indicate that to the user.