Hello,
I would like to programmatically remove the title bar ("ultraGrid1") on the grid. Unfortunately I hand stitched the grid together by hand and every time I use the designer to make changes it messes up the code I wrote in the designer file. Attached is a picture of the title bar im trying to remove. Thank you!
this.ultraGrid1.Text = string.Empty;