Browse By Tags

  • Get parent tree node in nodeClick client event ASP.NET MVC

    How do you get the parent tree node in the nodeClick JavaScript event? And, where is the documentation source for this information?

    Here is my tree with the nodeClick client event:

    @(Html.Infragistics().Tree()
        .ID("FilterTree")
        .Bindings…

  • Tips on Drag & Drop with the Ignite UI Tree

    Tips on Drag & Drop with the Ignite UI TreeAs promised in the previous blog on Drag & Drop with the Ignite UI Tree – some tips and tricks coming right up. If you haven’t already looked into the control’s features, now’s your chance – overview with main ones listed in the …

  • Ignite UI Tree Drag & Drop

    Ignite UI Tree control with Drag and Drop funtionality based on jQuery UI interactionsWith the latest release the Ignite UI Tree has received the nifty feature of drag and drop. It’s a fairly common concept and it allows for a natural (at least I perceive it to be for a long time) interaction with the control’s items. From a user’s stand…

  • How to add updating to the Ignite UI Tree’s Drag & Drop

    Ignite UI Tree’s Drag & Drop with Updating and Undo / Redo

    As it turns out the Drag & Drop feature is like the gift that keeps on giving – new year and new enhancement to the functionality! May be because the Ignite UI Tree is flexible enough or maybe because the functionality itself is based on simple…

  • Infragistics jQuery Map Bookmarks in HTML5 Local Storage

    People often wants to keep a list of  favorite views (bookmarks) on their map.

    This article describes how to implement persistence of the favorite views with the Infragistics jQuery Map using HTML5 Local Storage.

    Local Storage

    First lets start…

  • Using the Infragistics jQuery Tree

    Should you ever have the need to represent data with a “parent – children” relationship – we at Infragistics have just the right tool for you. The Infragistics jQuery Tree that comes with NetAdvantage for jQuery is a marvelous…