alejandro52
02-17-2008, 09:26 AM
I have a datagrid whith an itemrenderer which has an datagrid itself.What i want is when i select a row in the main datagrid to automatically select the first row of the itemrenderer datagrid. For example when a row is selected in the main datagrid the change event of it does
this.selectedItem.ItemRenderer.innerDatagrid.selec tedIndex = 0
this.selectedItem.ItemRenderer.innerDatagrid.selec tedIndex = 0