Hi.
I am trying to replicate an Excel behaviour in UltraGrid. What I am trying to accomplish is this:
1) User enters edit mode on a cell, and starts entering data.
2) User decides to scroll down to have look at another cell, hidden from view
3) User scrolls back up to the cell being edited, and can immediately resume editing (i.e the cell is still active and in edit mode).
No matter what I do, the cell exits edit mode as soon as the scroll is activated (by wheel in this case), and if I try to set the cell back into edit mode in code, the whole grid scrolls back up to it. By examining the events being fired, I can see that exit edit mode is run way before the the scroll event is sent to UltraGrid, which makes it impossible for me to accomplish what I need.
Does anyone know ANY way of accomplishing my three steps above?
/Goran
Hi Goran,
The grid is hard-coded to exit edit mode on the cell when you scroll. There's no way around this as far as I know. You should Submit a feature request to Infragistics and perhaps we can add an option for this in a future release.