Browse By Tags

  • addNode not working when using nodeContentTemplate

    When using the nodeContentTemplate option of the tree instead of textKey the addNode method no longer works.  I have a JSFiddle showing this.

    http://jsfiddle.net/vpf7pp2q/

  • More then 2 Level TreeView

    Hi,

    im new to Infragistics Components and now im trying to use the TreeView with Remote Loading. I followed the example http://www.igniteui.com/tree/aspnet-mvc-load-on-demand

    Unfortunately, the Methods which are used there to populate the data for the…

  • Search Fearture in IGTree

    Hi All,

    We have one requirement need to Searchable igtree. So anyone can help me on this. already we have done treeview which contains checkbox with data and want additional feature for filtering data as we have large data.

    Thanking You,

    Santosh Srinivas…

  • How to disable/enable a checkbox in igTree

    I am using aa ignite tree with checkbox (TriState). I have some business to make checkbox be disabled or enabled.

    How can i do that?

    Thanks,

    Ngan

  • igTree Knockout reorder nodes

    Hi

    I'm using the igTree component with knockoutJS extension to display a nested list of items, and I would like to sort/reorder the nodes. Currently, the tree does not reflect the changes to my data source. The data source basically consists of nested…

  • igTree - Drag and drop not dropping in the proper place.

    The default insertion graphic is too small and difficult to navigate to for my users, so I override it with:

    .ui-igtree-insertline {

    border: dashed 1px @ElementFrameBackgroundColor1 !important;

    border-radius: 5px;

    height: 36px !important;

  • Add / remove the css on igtree node click event

    I want to apply the checkbox css to igtree on node click event. How can i achieve this? Please guide me.

    I have used below code

    nodeClick: function (evt, ui) {
    // $('.customClass').removeClass('customClass'); // Remove the class from the previous element…

  • igTree - LoadOnDemand Not Working

    Hey guys,

    I am unable to get LoadOnDemand working properly for the igTree.  I'm sure it's just that I'm calling it incorrectly, sor maybe my data format is being returned incorrectly from the server.  Here are some things that I have tried…

  • search by the data in the node

    Hi

    I was wondering if there is a way to search for a node by their data attributes. So if a nodes data looks something like

    {

        DisplayName: "Upload File", <--textKey

        FieldName: "Image", <--valueKey

        TableName: "TrailingDocs…

  • Larger Insert identifier

    How can I style the identifier (looks like a thin line by default) that is used when dropping a node between two nodes?  it is "too thin" for my users.

  • Disable keyboard node navigation

    Hi,

    I was wondering if it was possible to disable keyboard node navigation for an igTree?

    Thanks,

    Armando

  • Search in the Tree

    I see that Search in the Tree control is case sensitive and needs exact node text matching. (http://www.infragistics.com/products/jquery/sample/tree/search-and-expand-nodes ) That is pretty uselsess search feature. I am looking for partial and case insensitive…

  • igTree('clearSelection') not working

    Hi

    I'm trying to deselect all the nodes in the tree and it looks like the 'clearSelection' method is suppose to do that but I can't seem to get it working, any suggestions? Here is a JSFiddle: http://jsfiddle.net/n0Leh279/

    Thanks,

    A…

  • Change behavior of parent checkbox

    Hi,

    I am using WebDataGrid v11.2.  I have a 2 level tree structure with checkboxes.  I would like to change the behavior of the Parent checkbox. 

    Currently,the parent checkbox represents an all or none for the children. I would like to reverse the behavior…

  • ◦How to make the checkbox checked while loading igTree

      • How to make the checkbox checked while loading igTree?
      • How to add a flag in the igTree data source, so that with the help of that flag, we can check the checkboxes on loading the tree?
      • How to get the current tree structure (which…
  • prevent moveto in customDropValidation

    customDropValidation: function (element) {

      var valid = true;

      element;

      $(this);

      if (element.attr('data-value') == droppableNode.closest('li[data-role=node]').attr('data-value')) {

        valid = false;

      }

      return valid;

    }

  • igTree children function call throws error second time when called inside a ajax done method.

    Hi - We are using a tree view which has 3 levels of data. (Adjacency ==> Group ==> Subgroup)

    Initially when the page is loaded the root node would have all Adjacency's as child nodes.

    On a node selection changed event ("igtreeselectionchanged…

  • igTree - Remove all child nodes for a given node/ node path

    Hi,

    I need to remove all child nodes for the selected node. (or from a provided node path). The methods removeAt and removeNodesByValue do not serve this need.

    We are using 20132.2364 version of infragistics controls.

    Thanks,

    Kiran

  • nodeContentTemplate invoking Knockout viewmodel methods

    Hi All,

    I am using nodeContentTemplate for rending nodes. I have a situation where I have to control the image display using Knockout properties or methods, for that I tried below code but is not working . does invoking knockout function is support from…

  • How to make the child checkboxs checked when loading parent node children dynamically

    Hi all,

    below is my scenario

    I am loading all the tree nodes children on demand(on nodeExpanding event). My requirement is, if user selects the parent node checkbox first & expands the node later all the child node checkboxs should be selected automatically…

  • igTree get parent node of selected node

    Hi, i am trying to get the parent node of the selecetd node by Jquery, i see several properties of prevObjet and also a parentElement but none of them get the parent node of the selected node? Any ideas about this?

    Thanks

  • ASP:NET MVC Helper for Tree on Node Icons

    Anyone have a functional example of a Tree using MVC Helper where you can set the icons?

    I try several examples and options but nothing work, i need to set a relative path to the image of each node depending of her type....any ideas?

  • IGTREE DRAG AND DROP TOUCH

    HOW TO ENABLE DRAG AND DROP (TOUCH) IN IGTREE.

  • tree Node with clickable icon after text

    How to place clickable image next to node text & on click of it capture some value from user.

  • Issue initializing treegrid in html page

    I am putting a tree grid into a border layoutmanager. The layoutmanager instantiates properly while I get an error that ' $("#kbo-OrderTree").igTreeGrid({' is not a function. I know I must have done a 'duh' thing in the js file, but I just…