V
Vili
Hi all
I am having problems with asp.net 1.1 and nested datagrid.
I have a datagrid (dgDetail) nested inside a datagrid (dgMaster).
How can I make all the rows editable in dgDetail? So that when I choose
edit (on dgMaster) it would show edititem (textbox) of all writable rows
in dgDetail and update all on one click.
DgMaster is a table of warehouses with some info and dgDetail is a
a table of items stored in a warehouse. The point of needing all rows on
dgDetail to be edited at the same time is that is would work as a
check up list on what should be there and what is found when checked.
Tuomo
I am having problems with asp.net 1.1 and nested datagrid.
I have a datagrid (dgDetail) nested inside a datagrid (dgMaster).
How can I make all the rows editable in dgDetail? So that when I choose
edit (on dgMaster) it would show edititem (textbox) of all writable rows
in dgDetail and update all on one click.
DgMaster is a table of warehouses with some info and dgDetail is a
a table of items stored in a warehouse. The point of needing all rows on
dgDetail to be edited at the same time is that is would work as a
check up list on what should be there and what is found when checked.
Tuomo