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.
Hello,
Thank you for your feedback. I am glad that I helped you resolve your issue. Also I can suggest you use our online documentation for inforamtion about the controls and their methods and Properties:
http://es.infragistics.com/help/online-documentation/
There are samples browsers along with every NetAdvantage product, too.
Thank you very much for the sample project. Helped immensely.
For future, where do I go to research on how to use Infragistics tools to execute on tasks ? Is there a knowledge base listing all the methods and examples ?
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I handled the RecordUpdating event and check whether the Mouse click comes from the + sign and whether the Enter key is pressed. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
I would sincerely appreciate if I can get some help
Anybody please