Dear all,
Does ultragrid have title??
Or I need to make the label bar on top of the ultragrid???
Hi Jeffrey,
The grid shows a caption by default. So if you just place a WinGrid on a form, there's a caption. So if you are not seeing a caption, you must have set some properties on the grid to turn it off. There are two ways to turn off the caption. One is to set the Text property on the grid to an empty string (or null). The other is the this.ultraGrid1.DisplayLayout.CaptionVisible property.
I tried setting the text property, but no title shows up. I haven't modified any other properties. Is there something I'm missing? Where would you find properties to customize the display (font, color, etc.)?
Set the UltraGrid.Text property