Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1700
Issue with AddNewRecord event
posted

Hello,

I have a xamDataGrid with AllowAddNew="True".

I want to disable the clic and/or enter key to add it, I'll use a button because users can have a touchscreen device.

At close of the app, the "futur" new record is automaticaly added and I don't want this.

How to do it ?

How to create a template only for add new record, because button are different and template too ?

Regards