hi,
am facing a problem, when am editing a cell in the middle of the grid for example
when i finish editing,
the scroll of the grid resets to the beginning, is there a way to make it still where it is?
Thanks,
Hi,
Is there any user code that you execute when editin is finish?
Todor
yes, it saves in the xml and then i write
this.pivotGrid.DataSource.RefreshGrid();
when i remove this phrase (the refresh grid) it works but the total value, will not be added when i finish editing.
how can i do it, that to restore the scroll position?