Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
Column header text in normal CharacterCasing?
posted

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!

 

  • 469350
    Offline posted

    You can set the column.Header.Caption to anything you want. I recommend using the InitializeLayout event for this.