handycam
08-04-2007, 02:44 AM
I have a datagrid displaying an xmllist. If I get the selected indices of this grid, how do I use that to display only those indices of the another grid?
For example:
xmllist1 = "A, "B", "C", "D", and datagrid1's dataprovider is xmllist1
The user clicks "B" in datagrid1, clicks a button and I capture datagrid1.selectedIndex.
xmllist2 = "1", "2", "3", "4".
I have datagrid2. i want to display "2" in this datagrid (the corresponding index item in the second list)
How do I do this?
For example:
xmllist1 = "A, "B", "C", "D", and datagrid1's dataprovider is xmllist1
The user clicks "B" in datagrid1, clicks a button and I capture datagrid1.selectedIndex.
xmllist2 = "1", "2", "3", "4".
I have datagrid2. i want to display "2" in this datagrid (the corresponding index item in the second list)
How do I do this?