I am looking for a way to add a new row on tab or arrow down. I see the examples in the Override in the initial layout. However, how can I may this work with out using the templates. It for a data entry screen and they want to be able to keep typing without picking up the mouse. I am having issues when the grid's datasource has no rows.
Any thoughts?
Thanks
Hi,
What do you mean by "templates"? Do you mean you are using a RowEditTemplate?
I don't think there is any way to do that, since the user has to click the Okay button to commit the row.
If you are just editing in the grid, then you should set AllowAddNew to TemplateOnBottom.