Hello everyone,
I am having the problem of editing cells of type ‘numberinput’ for wide grids with horizontal scroll. The details of the problem:
1. A wide grid with the horizontal scroll. The width of the grid is about 50% of its container div.
2. First columns are visible, we start editing the second column.
3. Upon clicking the cell, scroll instantly moves to the right, i.e. the last columns become visible.
4. The cell being edited is not visible anymore, because it somewhere on the left side.
5. This issue seems to appear only in ‘numberinput’ cells. Editing cells of ‘dropdownlist’ type works fine.
In other words: it is possible to edit only columns that are visible at the right scroll position.
What may cause such behavior? Is it a bug? Any workaround suggestions?
Thanks