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
495
Define columns in View for LoadOnDemand
posted

Hi,

I am working on MVC5 and using Infragistics controls for ASP.Net MVC. (Ignite UI).

I am using igHirerachicalGrid control in the view to populate the data, I followed the "http://www.igniteui.com/hierarchical-grid/load-on-demand" example given in this link and almost able to do and customize the grid as per requirements.

Now I am trying to replicate same by defining the grid initialization in View. basically trying to keep controller code away from the rendering code.

Please ref me to the examples. I still need the load on demand feature.

Parents
No Data
Reply
  • 25665
    Suggested Answer
    Offline posted

    Hello Raghavendra,

    Thank you for contacting Infragistics!

    I have a sample that demonstrate how you can achieve this behavior of having the igHierarchicalGrid code in the view and still have load on demand. I am attaching the sample to this thread. Note that I have deleted the packages/nuget, and bin folder for files size to be able to attach it to the forums.

    Please review the sample and let me know if you have any questions concerning this matter.

    GridLOD.zip
Children