Hi,
I have a multi-column UltraTree, i want to set one of the columns in one of the bands to be a progress bar.
The issue is that i have a data set and i'm binding the data set to the tree, one of the tables in this data set has a progress value that can vary from 0-100 and i'd like it to be presented as a progress bar.
Please help.
Thanx,
Gilad
Handle the ColumnSetGenerated event, and access the column from the e.ColumnSet.Columns collection. Then assign a ProgressBarEditor to the column's Editor property.