hello,
I have a problem with the selecting index after i removed an element.
when i do the following:
var x:int = grid.selectedIndex;
if (x != -1) {
grid.dataProvider.removeItemAt(x);
grid.selectedIndex = x;
}
if x equal 4 it select the fift line.
does anyone knows how to fix it ??
thx
Bob

