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
290
AllowAddNew in XamDataGrid
posted

I have an empty grid with AllowAddNew set to true.

When I enter a text in the first column and hit enter key, the row gets added to the XamDataGrid. How do I prevent the enter key from adding a new record to the grid. I want the new row to be added only when the user hits the + button.