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

Parents
No Data
Reply
  • 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.

Children
No Data