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
Hello teamtim,
Thank you for your post. I created an application which shows a possible solution for implementing the requested behavior for the Add New Record row and also a style which will only apply on the Add New Record cells.
Please do not hesitate to let me know if you have any further questions on this matter.
Sincerely,
Radko Kolev
Infragistics Inc.
www.infragistics.com/support
Thanks for this simple, I add my style and me need to place elemnts.
I want to display the add button only in the first line, and remove button for others.
Could ou help me to setup this configuration ?