Completed
Last Updated: 07 Mar 2016 14:14 by ADMIN
ADMIN
Dimitar
Created on: 21 Jan 2016 10:20
Category: GridView
Type: Bug Report
0
FIX. RadGridView - the new row is not added when the grid loses the focus and the current cell is read only.
To reproduce:
- Add some columns to a grid and make one read-only.
- Add a value to the new row then click the read-only cell.
- Click outside of the grid (focus another control). 
- The new row is not added.

Workaround:
radgridView1.EndEdit()
radgridView1.MasterView.TableAddNewRow.EndAddNewRow()

0 comments