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
370
print tree
posted

how can i print a tree with infragistics 8.2?

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    There's currently no built-in printing functionality in the tree. You could code this yourself, of course.

    Another option might be to create an UltraWinGrid with an UltraDataSource and copy the data from the tree into the UltraDataSource, then print the grid. It won't look exactly like the tree, of course, but the data will be there and you can probably get it pretty close.

Children
No Data