This is a migrated thread and some comments may be shown as answers.

DataGridView new row

1 Answer 59 Views
GridView
This is a migrated thread and some comments may be shown as answers.
heliox
Top achievements
Rank 1
heliox asked on 16 Oct 2014, 03:31 PM
Hi, 

How can i catch a new added row event while the user process the adding event 

thanks

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 21 Oct 2014, 10:31 AM
Hello Heliox,

Thank you for writing.

RadGridView exposes two events in the context of the new row: UserAddingRow and UserAddedRow. These events are fired when the user commits the new row (by pressing the Enter key or by clicking somewhere in the grid). As the name of the UserAddingRow implies, it allows for preventing the new row from being committed as a data row. This may be useful in case some of the data entered by the end-user is invalid according to some custom requirements. Our GridView >>New Row help article >> User events section is quite useful on this topic.

I hope this information helps. Should you have further questions, I would be glad to help.

Regards,
Desislava
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
GridView
Asked by
heliox
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or