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
425
IgniteUI Libraries
posted

I'm trying to assemble a working example of the following example on Ignite UI:

http://www.igniteui.com/tree/aspnet-mvc-helper

The libraries that are missing:

using IgniteUI.SamplesBrowser.Models.Northwind;
using IgniteUI.SamplesBrowser.Models.Repositories;

So, is the example configurable to use on any station? Is there test data generated from within the libraries?

Please advise and help get a working example running.

Thanks,

-Mark

Parents
No Data
Reply
  • 29417
    Offline posted

    Hello Mark,

     

    Thank you for posting in our forum.

     

    The IgniteUI.SamplesBrowser.Models.Northwind namespace and its content are actually under the ASP.Net Model tab under the Code View of the sample.

    IgniteUI.SamplesBrowser.Models.Repositories is an external class that is used to get the data.You can change the lines where that class is used with any method that returns IEnumerable data of the same type (Category).

     

    For details and examples on how to implement a basic igTree in a Asp.Net MVC application you can refer to:

    http://help.infragistics.com/doc/jQuery/2014.1/CLR4.0/?page=igTree_Getting_Started.html

     

    Let me know if you have any questions.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer II

    Infragistics, Inc.

    http://es.infragistics.com/support

     

Children