|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Problems with nested datagridHi 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 row editable in dgDetail? So that when I choose edit (on dgMaster) it would show edititem of all 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 Should have gone to microsoft.public.dotnet.framework.aspnet
Vili wrote: Show quote > 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 row editable in dgDetail? So that when I choose > edit (on dgMaster) it would show edititem of all 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 |
|||||||||||||||||||||||