Problems with nested datagrid

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 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top