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
140
Get All igGrid data in controller action not just transactions
posted

Hi, 

I want to loop all data inside igGrid in controller action rather than just transactions.  

            List<Transaction<SalesQuotation>> transactions =
                m.LoadTransactions<SalesQuotation>(HttpContext.Request.Form["ig_transactions"]);

Thanks

Wilson

  • 12773
    posted

    Hi Wilson,

    I am just checking if the latest reply helped you out or if you require any further assistance on the matter.

  • 1800
    posted

    Hi Wilson,

    I am not sure whether I understand your question correct - if you want to get how to set dataSource and manage dataSource in controller(sending dataSource from server side to client side) you can refer to this URL - http://igniteui.com/grid/sorting-remote

    If you have updating and save data first locally and want in some moment to save it in server side you can make AJAX request and on server side to save the received data. So I am not sure what exactly is your case - please describe.

    Thanks,

    Miro

  • 140
    posted

    Or How can the controller get  

    dataSource.dataView()

    Thanks

    Wilson