While using a Kendo-Grid for filtering, I've come across an issue where my cell does not display the full string if there is no white space. The problem can be seen in the image below:
https://i.sstatic.net/0h1Sg.png
For example, the string "https://www.linkedi/Testing" is only displayed until "Test".
This issue does not occur for strings with white spaces, as shown here:
https://i.sstatic.net/3EQAB.png
As a newcomer to client-side programming, I appreciate any help or advice. Thank you.