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.
In order to do somethng similar to Excel you would need to prepopulate the number of empty rows in your datasource you desired to show. As you have found the empty lines are just for show.
Nick