How do I add a progressbar to the wingrid - to display in the cell?
regards,Dave
Hi Dave,
Add an UltraProgressBar control to the form. Set the grid colmn's EditorControl property to that progress bar control. You will also want to set the MinValue and MaxValue on the grid column.
thanks