Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
Force ExitEditMode NOT to fire when scrolling - possible?
posted

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

 

 

Parents
No Data
Reply Children
No Data