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 Mayouri,
The creation of the dataSource for the grid will be the same.
You just need to use the igGrid widget, which will be the same like in the Grid Overview Sample I've sent.
I've already sent you the API documentation of enabling all CRUD feature operations, they are the same for the tree widget. You just need refer to them.
If you have further questions, please contact us.
Hi Aleksandar Kamenov ,
May be this link is good to start with. But I need this tree structure to be represented in a grid format. (means a table format) so that the UI should look good. Also please let me know how to perform CRUD operations in this tree.
Thanks,
Hello Mayuri,
If you mean that, you want to convert an dataSource which is XML structured. You can navigate to THIS sample, to see how exactly you need to build the xml scheme, which will be passed to the dataSource.
I'm looking forward to hearing from you, if you need further assistance.
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?
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.