I have a Radgridview in which add new row is enabled and I want to clear all the cells of that adding row area when programmatically I m in the userAddingRow method
1 Answer, 1 is accepted
0
Nadya | Tech Support Engineer
Telerik team
answered on 25 May 2021, 01:31 PM
Hello, Kapil,
In general, the end-user can cancel adding or editing a row by pressing the escape key. In order to programmatically clear the cell values when you are adding a new row you can call the CancelAddNewRow method as shown below: