Tagged Questions
The ultratree tag has no wiki summary.
1
vote
2answers
3k views
HowTo: Highlight the selected node in a UltraTree
I have a UltraTree control which selects a page to display in a UltraTabControl. I am catching an event and figure out which node in the tree I want to select. This works all fine, just one (visual) ...
0
votes
1answer
80 views
How do I reorder nodes in an UltraTree?
I've got a class that looks like this:
public class GeneralStatusInfo
{
public List<string> List_BLNumber { get; set; }
public List<POInfo> List_PONumbers { get; set; }
...
0
votes
0answers
357 views
Infragistics UltraWinTree: column width question
I have an Infragistics UltraWinTree with ViewStyle = OutlookExpress, so that it is a TreeList. I also use ColumnSettings.AutoFitColumns = AutoFitColumns.ResizeAllColumns, so that the width of treelist ...
0
votes
1answer
364 views
Using UltratreeView (Infragistics TreeView) control
Hello All
I am using infragsitics tree view control.I have one stored procedure that returns 2 tables
1.Parent Table
2.Child Table
Currently i m Binding the treeview on the basis of these 2 tables by ...
0
votes
1answer
564 views
UltraTree - setting columns?
I'm using UltraTree with vb.net and I'm finding it is super easy to bind it to parent/child dataset and it populates the treeview nicely.
However I need to hide certain columns, and I can't figure ...
0
votes
4answers
811 views
Need UltraTree Clone Method - Problem with reference
I have ultraTree (infragistics tree) which is created at design time and it has custom class as "Tag". I have List as member variable. I have two combo box. Based on the combo selection I'll check ...
0
votes
1answer
930 views
Mimicking the UltraGridColumnChooser's drag & drop ability
(Infragistics 2008 Vol. 3, CLR 2.0)
Infragistics's UltraGrid comes with a column chooser user control, which is simply a vertical arrangement of columns with checkboxes that toggle a column's hidden ...