PDA

View Full Version : Data Grid displaying selections from another DataGrid


educaeba
06-06-2005, 05:16 PM
Hy there.. I'm quite new to this forum, but hope someone is able to help me...
I have a combo Box that changes the content from a certain Data Grid - this is working fine.

What I need now is to store selections from that DataGrid to another one. The itens that the person selects in the first dataGrid will appear, cumullative, in a second one, even if the combobox changes the content of the first dataGrid. All user selections must be stored in the 2nd DataGrid.

All these options are integrated with a XML database.

Anybody have a clue for this?

tks...
Edu