flexigrid refresh using javascript

user1161960 picture user1161960 · Aug 7, 2012 · Viewed 7.4k times · Source

Refresh the flexigrid data on dropdown (select) index changed or rebind the flexigrid on index change in javascript or clear the flexigrid data on select change

Answer

joedborg picture joedborg · Aug 22, 2012

If you're just looking to bind the grid's refresh with another element, you can use

$('#flex1').flexReload()