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
100
Column edit template with tree control
posted

I'm trying to create an edit template for the igx-grid that will display a tree to select a value from.  The igx-drop-down with grouping is close to what I'm looking for but it only supports a single level of grouping.  If it supported multiple levels of grouping I think it would get me what I'm looking for.

I was able to create an edit template by simple putting the igx-tree within it and it functions but the entire row grows to the size of the tree.  I tried to get around this by using the igxOverlayService to display below the cell (similar to how the drop down works) but haven't been able to get that to work.

When the tree is first displayed it should align to the current value for the cell and when an item is selected from the tree the value for the cell should be updated to the selected value.

Any suggestions?

Parents Reply Children
No Data