This question is locked. New answers and comments are not allowed.
Hi,
I have a hierarchical RadGridView, in child grid user can add new row, edit and delete.
To adding new row Telerik RadGridView has two steps like hit <INSERT> key then new row is created and appears on top (Execute BeginInsert() Ã RadGridView_AddingNewDataItem(object sender, GridViewAddingNewEventArgs e)), again user hit <ENTER> or tabbed out to commit then new row goes to bottom of the grid ( Execute RadGridView_RowEditEnded(object sender, GridViewRowEditEndedEventArgs e)).
Now I need this two steps operation by single <Insert> button hit.
Is it possible?
If anybody has already done this, please help me.
Thanks,
Manas