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
115
Infragistics V13.2 giving issue the style created working in odd way
posted

I have created :

<Style.Triggers>
 <MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition Value="False">
<Condition.Binding>
<PriorityBinding>
<Binding Path="DataItem.value1" />
</PriorityBinding>
</Condition.Binding>
</Condition>
</MultiDataTrigger.Conditions>
<Setter Property="TextBlock.Foreground" Value="#727272"/>
<Setter Property="TextBlock.FontStyle" Value="Italic"/>
</MultiDataTrigger>
</Style.Triggers>

and also have set XAMDataGrid have set HighlightAlternateRecords="False".

-----------

All the records are with DataItem.value1 = False.

But still the rows in grid are with alternate style 

1. one with Black 

2. and others with style mentioned above.

Any fix for this issue.

even the HighlightAlternateRecords="False". not taking effect.

  • 138253
    Offline posted

    Hello Ravi,

     

    I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.

  • 138253
    Offline posted

    Hello Ravi,

     

    Thank you for your post. I have been looking, but since I cannot be completely sure how your data is organized and on which element you use this Trigger, I am not able to conclude what can cause your behavior, so if this is still an issue for you, could you please send an isolated sample project, where the issue is reproduced, so I can investigate it further for you.

     

    Looking forward for your reply.