Title: Load combogrid with new url Post by: anugrast on August 12, 2016, 09:34:08 PM How to load combogrid with new url based on switchbutton...
I've tried this script below but didn't work... HTML: Code: <input id="id_eksternal_hosting" name="eksternal_hosting" class="easyui-switchbutton" data-options="onText:'Eskternal',offText:'Internal'" style="width:90px;height:24px;"> Javascript: Code: $('#id_eksternal_hosting').switchbutton({ Please help me... Title: Re: Load combogrid with new url Post by: jarry on August 13, 2016, 05:00:22 AM Please call reload method to load the datagrid rows.
Code: var dg = $('#id_hosting').combogrid('grid'); Title: Re: Load combogrid with new url Post by: anugrast on August 13, 2016, 06:49:46 PM It's work... Thanks for your help....
:) :) :) :) |