EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: madstudio on October 20, 2015, 01:41:18 PM



Title: multiple combogrid bug
Post by: madstudio on October 20, 2015, 01:41:18 PM
Hello,
Just following DEMO Multiple ComboGrid, however, even though it works as the example, any multiple value selected can't get stored in external MySQL table. it only store the latest selected value in DataGrid at time.
Thank you very much

 <div class="fitem">         
                <label>Assigned to:</label>
                <input name="assigned"  class="easyui-combogrid" style="width:250px" data-options="
                panelWidth: 250,
                multiple: true,
                url: 'http://www.example.com/users/get_users.php',
                idField:   'username',
                textField: 'username',
                mode:'remote',
                columns:[[ {field:'ck',checkbox:true},{field:'username',title:'Sort by name:',width:220}]]">
                </div>