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
430
Will igHierarchicalGrid support add new row and delete with autoGenerateColumns/autoGenerateLayouts:true option
posted

http://jsfiddle.net/rxb3xmjt/26/

In the above example..Columns and values are auto generated.How to enable add new row and delete row option?

Parents
No Data
Reply
  • 7535
    Offline posted

    Hello Akhi,

    Thank you for providing the sample.


    To enable row adding and deleting behavior in the grid you have to set the option like that :

       enableAddRow: true,
       enableDeleteRow: true,

    Also you should have a primary key column in the Jason data like this "ProductName" without space.

    By making these changes in you sample you will be able to see your sample is working as expected.
    You can also refer the below sample application for your reference.

    http://jsfiddle.net/rxb3xmjt/27/

    Please let me know if you need further assistance.

Children
No Data