I can initiate the insertion of a new row by pressing [insert] or clicking on the "Click here to add..." row, but RadGridView.BeginInsert() does nothing. Likewise, I can cancel the addition of a new row by pressing [esc] twice (once for the cell and once for the row), but RadGridView.CancelEdit() does nothing. CancelEdit() also does nothing for a non-new row in edit mode.
Am I missing something? I have tried just about everything short of simulating the keystrokes, which I will try if I can't find a solution that is less of a hack.
Am I missing something? I have tried just about everything short of simulating the keystrokes, which I will try if I can't find a solution that is less of a hack.