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
410
Multilevel Manual CRUD Issues
posted

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 cell editing for last level of grid. & written update code in

protected

 

void onRowUpdating(object sender, Infragistics.Web.UI.GridControls.RowUpdatingEventArgs e) event. It works fine data gets updated into datbase. But this event fires the postback event & the child level grid(which is updated) retains it's old value.

How I can show the updated values in the child level grid? Attaching .aspx * .cs file for your reference.

WithCodeSample.rar
Parents Reply Children