Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
Bind filtered remote data
posted

Hi,

I am displaying the gird data on load. When I do the advance remote filtering, the page is no getting refreshed with the filtered data. I am using the https://www.igniteui.com/grid/basic-editing example and added the filtering functionality. I can see only the loading gif.

grid.on("iggriddatabinding", function (e, args) {
                loadingIndicator.show();
            });
The other function is not getting executed.
grid.on("iggriddatabound", function (e, args) {
                loadingIndicator.hide();
            });
I tried by putting alert messages.

Please help

Thanks
Indra
Parents Reply Children