Hi,
I have a requirement to show grid like excel sheet. So I used the option showemptylines = true which fills the grid empty space with empty lines but those lines are not editable. How can I made them editable??
EmptyRows are not editable, but you could set AllowAddNew to TemplateOnBottom to get a template add row at the bottom of the real data rows.