Hi, I have a problem with webdatagrid when pressing enter key in a disabled column. I need grid events (as Row Adding) to be fired whenpressing enter key in a disabled column, but instead that, the next control event is fired (like button click for example).
Hello Edward,
Thank you for contacting us.
This is the default behavior of our WebDataGrid, the new row will be added if you are at the last available cell and hit enter, although we can easily workaround this. I have modified your sample and now when enter is hit, if the focus is at any cell of the "Add New Row" section, the row will be committed.
Code snippet:
Let me know if I may be of further assistance.