Row selector doesn't refresh when I delete a row
Hi everybody,
I'm using a row selector to show the row number in the grid.
The problem is, when I delete a row the selector doesn't update until I scroll the grid up and down several times.
Oddly enough, it works fine when I delete the first row, but not with the others...
I suppose I need to fire any kind of event which refresh the selector, but I don't know which one...
Thanks in advance,
Jose Luis.
I'm using a row selector to show the row number in the grid.
obj.setSelectorVisible(true);
obj.setSelectorText(function(i){return this.getRowPosition(i)+1});
The problem is, when I delete a row the selector doesn't update until I scroll the grid up and down several times.
Oddly enough, it works fine when I delete the first row, but not with the others...
I suppose I need to fire any kind of event which refresh the selector, but I don't know which one...
Thanks in advance,
Jose Luis.
Jose Luis (Spain)
April 10,