Browse By Tags

  • Expand All/Collapse All Header icon in Ignite UI Tree Grid

    Hi, Is there a way to add Expand All/Collapse All Header icon in ignite UI tree grid ?

  • Different editor for each cell in grid column

    Is it possible to have a different editor for each cell in a single grid column? I.e. One single column with different editors for each row. (combo boxes, date pickers, textboxes, numbers, etc.)

    I am trying to use an Infragistics TreeGrid and TreeGridModel…

  • Igx Tree Grid data on load event

    Hi Team,
    I wanted to do some operation when the grid is loaded with data. However I couldn't find any event that gets triggered which signals that the data is loaded and grid is rendered.

    I am on :

    igniteui-angular: v10.0.0

    Angular: 10.0.0


    Thanks

  • TreeGrid - how to style icons for expand/collapse actions?

    Hi

    By default expanding/collapsing rows is placed on the left of the first column. 

    I would like to move it to the last column so it is placed one the very right of the tree grid.

    How to do  it?

    -Jacek

  • Tree Grids Made Easy

    Ignite UI for JavaScript’s Tree Grid displays your data in a tree-like tabular structure, but has all the features you would expect from a grid control, such as filtering, sorting, and paging.

    The Tree grid is similar to the Hierarchal Grid, but…

  • How to determine the number of bands that are truly bound?

    I have a tree grid where I'm binding to a collection with sub-collections.  I have no more than seven levels of sub-collections and therefore should only see seven levels in my tree grid.

    How do I tell from the grid the number of true bands that have…

  • Tree Grid with parent row displaying one set of columns, and child rows displaying a different set of columns.

    I'm going to be re-writing an application that displays hierarchical data in the following format shown in the attached screen shot.

    The current control displays the data in a custom hybrid data grid\tree view, the control allows the user sort the…

  • TreeGrid

    Hi there.

     Is it possible to manipulate either the grid or tree to appear like a treegrid?

     The effect I'm trying to achieve is similar to the dhtmxl treegrid (http://dhtmlx.com/docs/products/dhtmlxTreeGrid/). We are currently using DHTMLX, but I…