| 
					 Title: how to set text field with 2 or more columns for combogrid Post by: dailyblog on November 28, 2016, 12:47:13 AM hi, please look at this example: 
					http://www.jeasyui.com/demo/main/index.php?plugin=ComboGrid&theme=default&dir=ltr&pitem= How to set text field to "itemid"+"productname"?or how to customize text selected from list. Title: Re: how to set text field with 2 or more columns for combogrid Post by: jarry on November 28, 2016, 05:15:38 PM You can custom the 'loadFilter' function to construct a new combined field, and then set the 'textField' property to this field name. Please look at this code. 
					Code: <select class="easyui-combogrid" style="width:100%" data-options="  |