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
110
Please help - igGrid Load on command
posted

I've found this example for "Load on Demand - loadTrigger: auto" at: https://www.igniteui.com/grid/load-on-demand.

In the link they bind the static datasource, Is there anyway to bind the custom dynamic datasource before grid auto trigger everytime? Like when I scrolling the grid then call my service to get the dynamic data then igGrid bind my dynamic data to the grid

Thank you.

Parents
  • 23953
    Suggested Answer
    Offline posted

    Hello Kwang,

    It's possible to bind igGrid LoadOnDemand to remote data source as long as the data source supports remote paging. For example you can bind it to oData service or you can use Grid MVC helper wrapper.

    If you're using your own custom data source then you should parse the igGrid request parameters and process the paging yourself.

    Attached you can find a sample which binds igGrid LoadOnDemand to a remote oDate service.

    Best regards,
    Martin Pavlov
    Infragistics, Inc. 

    igGrid_LoadOnDemand_remote.zip
Reply Children