Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1140
Cell Edit Problem
posted

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??

  • 469350
    Offline posted

    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.

  • 3186
    Offline posted

    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