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
65
Binmding XML file to data grid/ Hierarchical grid(preferred if angular.js is used)
posted

Mayuri

Points 0
 

Hi Team,

I am working on the problem. I have an XML file and need to convert it into infragistics grid and then perform all the CRUD operations on the infragistics grid. Can you please guide me how to start and what to use?

Parents
  • 1740
    Offline posted

    Hello Mayuri,

    I am not aware with your approach of building the grid through xml, but you can refer to the Grid Overview Sample and see how grid should be looking into Angular Module by referring to "Angular Module" tab, if you are using Angular as a whole.

    Please refer to the sample and try to achieve this kind of code structure.

    As for enabling the CRUD operation for igGrid, you can refer to these API Methods:
        Enable row adding 
        Enable Editing
        Row deleting

    If you have further questions, please feel free to contact us.

Reply Children