This question is locked. New answers and comments are not allowed.
Hello,
I have implemented a hierarchical grid. one of my requirement is to add a child row to the parent on click of a button in the parent. if the parent grid loaded (3rd row) without any child, how do i add GridViewTableDefinition to the third row of the datagrid.
for the parent rows which has already GridViewTableDefinition i am able to add/insert rows using BeginInsert. If i try to add for which there are no child rows at all onLoad, it throws ArgumentException.
Please advice.
Thanks,
Shiras
I have implemented a hierarchical grid. one of my requirement is to add a child row to the parent on click of a button in the parent. if the parent grid loaded (3rd row) without any child, how do i add GridViewTableDefinition to the third row of the datagrid.
for the parent rows which has already GridViewTableDefinition i am able to add/insert rows using BeginInsert. If i try to add for which there are no child rows at all onLoad, it throws ArgumentException.
Please advice.
Thanks,
Shiras