Mayuri
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?
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.
Hi Aleksandar Kamenov,
I have an XML file and that needs to be converted into hierarchical grid or tree grid. Can you please help me out by suggesting suitable options?