Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ysureshkumar

    how to "get control" over columns in Treelist

    Hi, Me too faced the same issue and found the wayout.. Use node.SetColumnDisplayText(2,"Column 2"); Ex: tree_control0.InsertNode(node, parentNode, afterNode, Tree.NodeInsertOption.LAST) node.SetColumnDisplayText(2,"Column 2"); ~SKY

Part and Inventory Search

Back
Top