Title: Combogrid Pagination with 6000 data's Post by: anugrast on November 21, 2016, 01:46:12 AM Dear All...
I've create combogrid with pagination that contains about 6000 data's... It works well (see combogrid-oke.jpg)... Problems arise on edit mode when its value was on page 2 (on page 1 it works fine - combogrid-oke-oke.jpg) and so only appear idField (without textField - see combogrid-not-oke.jpg). How to fix it? Can anyone help me? This is my code HTML Code: <input id="asptimsmhs_datamhs" name="asptimsmhs" class="easyui-combogrid" style="width:95%;height:20px;" prompt="Pilih" data-options=" PHP: Code: $q = isset($_POST['q']) ? strval($_POST['q']) : ''; Please help.... Thx Title: Re: Combogrid Pagination with 6000 data's Post by: jarry on November 21, 2016, 07:16:29 AM Please look at this topic http://www.jeasyui.com/forum/index.php?topic=6212.0
Title: [Solved] Re: Combogrid Pagination with 6000 data's Post by: anugrast on November 21, 2016, 06:26:24 PM Thanks for your solution... Finally I've reload my combogrid with new query like this
Code: dg.datagrid('reload', { Thx |