I have an AdvancedDataGrid with editable set true on some columns. If i edit one of the values in the ADG, the row moves to the bottom of the node/branch containing the items im currently editing.
My AdvancedDataGrid is defined in ActionScript3, and i use a grouping collection to group a flat dataProvider.
My problem is that i often want to edit several cells of one row, and if i edit one of the cells and then click somewhere else, the row moves to the bottom of the ADG. How can i avoid this? I want the row to stay selected and at the same index.