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
Hello Nagaraju,
How did you insert the spaces in your datasource? Did you just tap on spacebar or you used the reserved HTML non-breaking space like " "? The second one works fine on my side and displays the record with spaces. Attached is a sample for your reference.
If you have any questions, please let me know.
Sincerely,gridDSwithSpaces.zip
Tsanna
Thanks for your quick replay ,i did tap on space bar and it is saved in the database with the spaces, i tried to bind the same data which is there in the database.