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?
I don't understand what you are claiming. That a default CellStyle off the column isn't being applied?
Yes the cellstyle isnt applied to templatecolumns if the tags for conditional formatting are given on the top
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;
Attached is the sample code
I have the EditColumnStyle which should be applied to the cell
But it does not get applied if the <ig:XamGrid.ConditionalFormattingSettings> <ig:ConditionalFormattingSettings AllowConditionalFormatting="True"></ig:ConditionalFormattingSettings> </ig:XamGrid.ConditionalFormattingSettings> lien exists
If its commented the name column gets the EditColumnStyle