Completed
Last Updated: 11 Dec 2015 07:44 by ADMIN
ADMIN
Jack
Created on: 15 Nov 2012 08:02
Category: GridView
Type: Bug Report
2
FIX. RadGridView - last row is not visible when scrolling a grid with 4 levels of hierarchy and using Begin/EndUpdate.
1. Create a new project with RadGridView and setup 4 level hierarchy.
2. Add a button and handle its Click event.
3. In the Click event handler expand all rows. Surround the code with calls to Begin/EndUpdate methods of RadGridView or GridViewTemplate.
4. Run the application and click the button.

Workaround use the Begin.EndUpdate method of the TableElement, not the grid control
0 comments