Hi chunt,
The reason for this isn’t the jqxGrid, but the HTML itself. HTML doesn’t allow multiple whitespaces. However there are solutions for this issue and they all take adventage of the cellsrenderer
function, for example you can format the column with the text that will contain multple whitespaces in it by inserting the text in a <pre>
tag. Another solution is to use CSS and its white-space
property which will have the same effect. I prepared you some examples:
1) Using the <pre>
tag:
https://www.jseditor.io/?key=jqxgrid-with-multiple-whitespaces
2) Using CSS:
https://www.jseditor.io/?key=jqxgrid-with-multiple-whitespaces2
Best Regards,
Christopher
jQWidgets Team
http://www.jqwidgets.com