Hello, all,
my grid has DataSource as table from Oracle database,
so all header text are Uppercase.
How can I change header text in normal (CharacterCasing)?
e.g. "MYCOLUMNNAME" => "MyColumnName"
Many thanks & best wishes!
You can set the column.Header.Caption to anything you want. I recommend using the InitializeLayout event for this.