Hello, I have a problem with a Hierarchical GridView.
Both my father grid and child one have dataset as datasource.
When I'm going to add a new row in child gridview i should populate the fields with a value taken from a textbox.
To populate cells of the new row I used the sub SubGrids_AddingNewDataItem or SubGrids_BeginningEdit to assign values to each cell.
The process seems to work, I can see the new added row but i can't see assigned values of each gridview cells immediatly, I have to click 2 times over each cell to see the values.
Once the new row is added to my gridview i don't see any value even if the item contains the value in code behind. The second time I enter the cell I can see the value I set in code behind.
I need your help to know how to add a new row in my child gridview, setting values from code behind and get them immediately visible when creating new row process ends.
Best Regards