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
75
Do you have to use ASP.NET with hierarchical grid?
posted

I would like to have a look at evaluating hierarchical grid but noticed some of the examples use ASP.NET, such as editing data set, data set binding and load on demand.

i would prefer not to use ASP.NET, is this possible?

thanks,

Simon

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello Simon and welcome to our forum!

    You could use IgniteUI for this - our jQuery tool set.

    For the samples you mentioned, I guess that they are the following:

    http://igniteui.com/hierarchical-grid/dataset-binding

    http://igniteui.com/hierarchical-grid/editing-dataset

    http://igniteui.com/hierarchical-grid/load-on-demand

    So I guess that you don't really want to use MVC.

    But if you use plain HTML pages, without any ASP.NET WebForms or the MVC pattern, how are you going to use the Microsoft .NET dataset types?

    You can do the above with JSON data only, and I will be glad if you can provide some more details so I can answer more specifically.

Children