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
2690
Conditional formatting and cellstyle
posted

Why is it that when the tag

<ig:XamGrid.ConditionalFormattingSettings>
                <ig:ConditionalFormattingSettings AllowConditionalFormatting="True"/>
            </ig:XamGrid.ConditionalFormattingSettings>
            
        is given any inline stlye given for the textcolumn is not getting applied is it default behaviour?

 

Parents Reply
  • 21382
    Suggested Answer
    posted in reply to some

     

     

    I am not seeing the behavior you are describing.  In my sample the cell style is set to make the background red, and the cell controls for the template column are red.

     

    Could you modify this sample to show the behaviour you are seeing;

Children