Hi,
I have set (vb.net) a Master/Detail relationship between 2 gridviews(gv).
When I click on the "parent Row" from the "Master gv" the children are displayed correctly in the "Detail gv".
When I get in EditMode in a row of the "detail gv" the page is refreshed and instead of having the "detail gv" I get its <b>EmptyDataText</b> msg.
When I click a <b>2nd time</b> on the "parent row" then the "detail gv" appears in EditMode.
For info, the ditMode is launched via gv.Editindex=e.NewEditIndex + gv.databind.
any idea ?
thx.
I have set (vb.net) a Master/Detail relationship between 2 gridviews(gv).
When I click on the "parent Row" from the "Master gv" the children are displayed correctly in the "Detail gv".
When I get in EditMode in a row of the "detail gv" the page is refreshed and instead of having the "detail gv" I get its <b>EmptyDataText</b> msg.
When I click a <b>2nd time</b> on the "parent row" then the "detail gv" appears in EditMode.
For info, the ditMode is launched via gv.Editindex=e.NewEditIndex + gv.databind.
any idea ?
thx.