Browse By Tags

  • igGrid Combobox not working, unsure why not...

    I have copied syntax from another page that is working properly (4 comboboxes,1 utilizing multi-select), created by my predecessor.

    Here is the code that isn't working properly:

      @{
        ViewBag.Title = "XEUS Product Design Mapping";
        Layout…

  • jQuery Grid Checkbox Column alternatives

    The checkbox column (introduced with the last release, see this post on Using Checkbox Columns with the Infragistics jQuery Grid) was created to provide a ‘shortcut’ for transforming columns with Boolean values into checkboxes and mostly became reality…

  • jQuery Hierarchical Grid - Load On Demand

    The Hierarchical Grid (a fairly recent addition to our NetAdvatage for jQuery) is a client-side control that can display hierarchical ( or nested data if you will, the kind of stuff you would use an Org chart or a tree of some sorts to visualize). Now…

  • jQuery Grid’s GroupBy. Just add a little JavaScript or ASP.NET MVC to taste!

    Have you met the igGrid? It is part of Infragistics’ NetAdvantage for jQuery product, built on top jQuery UI and is pretty much the best way to bring HTML tables and data to life! Now while this amazing widget is sporting some serious speed, that…