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
155
Progress Bar in UltraGrid cell not displaying the bar
posted

Hi,

 I have upgraded to v7.3 infragistics and code which previously worked (in 5.1) is no longer.

Basically I have a grid with 3 columns, the 3rd column is used to display data in both value and progress bar, I achieved this previously by associating each cell.EditorControl  with a new instance of UltraProgressBar. However when the code runs, the %value's appear but the progress bar itself fails to paint on each cell.

So at run time we can add an item to the grid and its value and %value in the bar would appear.

ex.

cell.EditorControl = CreateBar();

then later when I want to update the value foreach(row/cell in the column of columns)

UltraProgressBar pbar = barCell.EditorControl as UltraProgressBar;

at this point the percent value updates but the bar fails to be displayed. 

 

TreeGrid.zip
Parents Reply Children