Can you please help me with some code re attaching a WintrackBar as a cell editor in WinGrid? Thank you
What part is giving you trouble? You need to assign the EditorControl property of the cell/column to the instance of the UltraTrackBar that you have. Alternatively, you can set the Style of the column to TrackBar.
-Matt