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
200
How to use UltraProgressBarEditorColumn Class
posted

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,

  • 469350
    Verified Answer
    Offline posted

     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.