Hi,
In my igGrid ,The data in one of the columns have multiple spaces between characters such as "aa bb", but when it is bounded,the extra spaces are removed and shown as "aa bb". I wanted to bind my data as is however it is there in the db. Can some one help me in fixing this issue.
Thanks & Regards
Nagaraju P
So you mean to say , we need to loop through all the columns data and whenever finds the extra spaces ,print   ,this is expensive operation and does not seems to be a feasible solution.
No, there is not such property in igGrid. What bothers you to use the approach I suggested?
For the similar situation ,IG ultra web grid ,there is some thing called a property "HTMLEncodeContent" at the column level,if we set this to true ,it will work. Please refer the below link.
https://es.infragistics.com/community/forums/f/retired-products-and-controls/47078/extra-space-characters-removed-when-binding-data-to-grid
Can you please tell me ,Is there anything of such column level setting for igGrid?
Ok, ignore the editable grid. This has nothing to do with the datasource and spaces in records. Please note that including spaces through the spacebar won't render any spaces in the grid records, since spacebar spaces are ignored in HTML. Therefore you should use html reserved entity character for non-breaking space: https://www.w3schools.com/html/html_entities.asp
Mine is not the editable grid.i am just trying to bind the data as is ,however it is there in the database.