Hi,
We are facing multiple issues with Manual CRUD for Multilevel Hierarachy. Here is the scenario that we are working on.
1) ContainerGrid objectiveGrid = new ContainerGrid();
e.Row.RowIslands.Add(objectiveGrid);
we are using this mechanism to create the hierarchy of grids. number of child level grids is not fixed. I can grow to 5-10 levels (we have achieved this structure). Finally we have enabled the RowAdding feature on last level container grid.
Problem that we are facing is,
RowAdding event is fired when 'Enter' Key is pressed on last cell of added row. How we can explicitly fire this event (like onclick on some button in page).
Did you answered any question? I never see any questions answeded by you, just bla-bla-bla.
Hello Nikhilach,
Maybe you could use an input element of type button and on click event you would be able to run a javascript code to add row to the rows collection, this will trigger immediate callback to the server
You could refer this thread here :
http://forums.infragistics.com/forums/p/43774/239923.aspx#
Also , you will find this useful: how to add a new row to grid rows collection with js code : Add a Row in Code
Hope this helps you.
Please let me know if you need some more information.