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
RowAdding event in Manual CRUD.
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 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).