-
Sencha User
Treegrid column render problem with IE
bug.jpg
As shown in the attached image, there is a bug in IE. When the value displayed in a column is too long and without spaces, the icon and the text is not displayed.
Does someone knows how to solve problem?
Thanks in advance for any help.
-
Ext JS Premium Member
You could try checking the length of the value prior to setting the grid value then if it's too long truncate the value and append ... so if something were to long it would get chopped i.e. if max length is 8 characters (JavaScript would be JavaS...) a mouse-over tip would show the user the full value in the tip window.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules