I wish to display a progress bar in a cell. I would like to know if I can use UltraProgressBarEditorColumn Class for this purpose.
Is yes how to use it.
Thanks,
Hi,
UltraProgressBarEditorColumn is for use with the DataGridView control, which is a control that comes with Visual Studio - it's not in Infragistics controls. If you are using the DataGridView, then the answer to your question is yes.
If you want to put a progress bar into a cell in the UltraWinGrid, then the easites way to do this is to place an UltraProgressBar control on the form with the grid and set the grid column's EditorControl property to the UltraProgressBar control. Set the MinValue and MaxValue on the column to set the limits of the progressbar.