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
525
How to prevent Ignite Grid from sending data request to the server when the page loads?
posted

Hello,

I have created the Ignite Grid using MVC Wrapper. I have given the datasource url as following:

DataSourceUrl(Url.Action("GetPagedUsers", "User"))

So, when the page (which contains the Grid) loads the Grid automatically sends a request to this url. I need to prevent the Grid from automatically requesting the server for data when the page loads.

I have tried a workaround for this: return false from the  event "iggriddatabinding", but then the Grid never shows.

Any ideas how to achieve this?

Regards,

Arfan Baig