We are using professional version (latest version) of the grid.
Has anyone experienced this use case:
If a user types in a string into a cell with two (2) spaces, grid eliminates the second space when they hit enter.
Is that something I can control and turn off?
Thanks,
John Bell
By default grid process values as HTML ( which cause removing of double whitespaces )
To preserve text as is, you need to use text-based cell types, instead of ed , you need to use edtxt column type
dhtmlx.com/docs/products/docsExp … lspecchars