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
626
When we apply the custom formating complete application goes for a task.
posted

i am applying custom format like this, with the latest service this one goes for a task and whole application hangs. Please check.

  <ig:NotContainingConditionalFormatRule.StyleToApply>
                                <Style TargetType="ig:CellControl" >
                                    <Setter Property="Style"  Value="{StaticResource GridCellStyle}" />
                                    <Setter Property="Background" Value="#FFB5FF00"  />
                                </Style>
                            </ig:NotContainingConditionalFormatRule.StyleToApply>