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
750
Column Header (Caption converting into Capital Letters)
posted

Below is my sample code

 

<igtbl:UltraGridColumn BaseColumnName="Date" IsBound="True" Key="Date" NullText="NA">

                        <Header Caption="Date Test">

                            <RowLayoutColumnInfo OriginX="1" />

                        </Header>

                        <Footer>

                            <RowLayoutColumnInfo OriginX="1" />

                        </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.

 

  • 28464
    posted

    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://es.infragistics.com/Support/default.aspx#Overview