Questions tagged [ultratree]

Tree control provided by Infragistics

18 questions
0
votes
1 answer

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 out how to do this in code. I can't use the…
Alex
  • 2,081
  • 14
  • 49
  • 76
0
votes
2 answers

UltraTree Columns not sorting the numerical values

I'm trying to create a grid using a winTree (UltraNode) that's sortable, I create this programaticly, add the columns and nodes by code. When displaying the grid I'm able to sort by the alphabetical columns, but the Id and another field that are…
evilpilaf
  • 1,991
  • 2
  • 21
  • 38
-2
votes
1 answer

c# Ultratree how to selected child node different parent node

i use c# language and Visual studio to make windows application i need to selected multiple node different parent i need to do like this parent A node 1 <-selected node 2 parent B node 1 node 2 <-selected parent C node 1 <-selected node 2…
wong
  • 53
  • 1
  • 5
1
2