jQWidgets Forums

jQuery UI Widgets Forums Grid How to Load JqxGrid on button click using ajax call in javascript Reply To: How to Load JqxGrid on button click using ajax call in javascript


Peter Stoev
Keymaster

Hi rajneesh,

If you set the Grid’s source property, the Grid will rebind using the new source. You can do this dynamically using a code like $(“#grid”).jqxGrid({source: newAdapter}); where newAdapter is ned jqxDataAdapter instance.

Best Regards,
Peter Stoev

jQWidgets Team
http://www.jqwidgets.com/