Completed
Last Updated: 04 Jan 2017 15:58 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 28 Dec 2016 08:13
Category: GridView
Type: Bug Report
0
FIX. RadGridView - a new row is automatically added when the user toggle the cell from the GridViewCheckBoxColumn and the header checkbox is enabled
When the EnableHeaderCheckBox property is set to true, whenever the checkbox is clicked in the new row, a new row is actually added to the grid before any other modifications are made. This can be replicated in the attached sample project. Run it and click the checkbox in the new row several times. Multiple rows are added.  

Workaround: cancel the RadGridView.UserAddingRow until all the required fields are filled.
0 comments