EasyUI Forum
September 15, 2025, 08:10:16 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: ComboGrid has bug if the title is too long  (Read 10029 times)
xuexiaodong
Newbie
*
Posts: 5


View Profile Email
« on: July 07, 2015, 02:39:11 AM »

the ComboGrid in the version of 1.4.2 has bug .if the title text too long.
 and I use IE 10
for example  the select title is "Rattlesnake  Rattlesnake",but the textbox sometimes show the text "snake  Rattlesnake", hide the start text not the end text.

Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #1 on: July 07, 2015, 05:59:57 PM »

Please set the 'align' property to 'left' for your 'Product' column field.
Code:
{field:'productname',title:'Product',width:120,align:'left'},
Logged
xuexiaodong
Newbie
*
Posts: 5


View Profile Email
« Reply #2 on: July 07, 2015, 11:55:07 PM »

Please set the 'align' property to 'left' for your 'Product' column field.
Code:
{field:'productname',title:'Product',width:120,align:'left'},
after select the item "Rattlesnake  Rattlesnake",the textbox can not show all the text  "Rattlesnake  Rattlesnake",but show the text "attlesnake  Rattlesnake",some word in the head can not see
Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #3 on: July 08, 2015, 12:52:09 AM »

Due to it's a IE10's bug, please set the combogrid's width to be wider.
Code:
<input class="easyui-combogrid" style="width:400px" ...>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!