Completed
Last Updated: 11 Oct 2018 14:14 by Dimitar
ADMIN
Dimitar
Created on: 03 Oct 2018 06:52
Category: GridView
Type: Bug Report
1
FIX. RadGridView - new row is added even when the validation is canceled
Use attached to reproduce.

Workaround:
private void RadGridView1_UserAddingRow(object sender, GridViewRowCancelEventArgs e)
{
    e.Cancel = true;
}
Attached Files:
0 comments