Below is my sample code
<igtbl:UltraGridColumn BaseColumnName="Date" IsBound="True" Key="Date" NullText="NA">
<Header Caption="Date Test">
<RowLayoutColumnInfo OriginX="1" />
</Header>
<Footer>
</Footer>
</igtbl:UltraGridColumn>
The header of this column is showing "DATE TEST" instead of "Date Test". Its converting all the alphabets into capital alphabets. How to show cation as it is.
Hello,
This is one of the strangest problems I have seen. As far as I can tell, wither the Caption gets changed somehow in codebehind, or there is a Css class the capitalizes the header. There is a Css rule for that, e.g.
text-transform:capitalize;
If this does not help, then maybe if you isolate a small subset of your project reproducing the problem and send it to developer support via the following link, we will be able to provide additional details.
http://ko.infragistics.com/Support/default.aspx#Overview