I found another bug now in DecimalColumn. If I set ClientSettings.SELECT_DATA_IN_EDITABLE_GRID = true; and want to write to DecimalColumn with 2 decimal places, it selects only 1 decimal place and the last is unselected. If I want to have column with 4 decimal places, it is the same. It selects only 1 decimal place and the rest is unselected. It causes problems, because if jsou want to write 18, with unselected 0 you get 180.
And with this selection is there another problem. When I have set that SELECT_DATA... constant and by TAB key I want to jump to another column and start writing, it is not visible, tak I have selected some text. Only when I start writing I can see it. Or if I press INSERT key, selected text appears. So would it be possible to see selected text when I get on some column with TAB key?
DecimalColumn