BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
<syncfusion:GridDataVisibleColumn Width="5" IsReadOnly="True" HeaderText="IsModified" MappingName="IsModified" IsHidden="False"/>
<syncfusion:GridDataControl.ConditionalFormats>
<syncfusion:GridDataConditionalFormat Name="C1" >
<syncfusion:GridDataConditionalFormat.Style>
<syncfusion:GridDataStyleInfo>
<syncfusion:GridStyleInfo.Font>
<syncfusion:GridFontInfo FontWeight="Bold" />
</syncfusion:GridStyleInfo.Font>
</syncfusion:GridDataStyleInfo>
</syncfusion:GridDataConditionalFormat.Style>
<syncfusion:GridDataConditionalFormat.Conditions>
<syncfusion:GridDataCondition ColumnName="IsModified" ConditionType="Equals" Value="true" />
</syncfusion:GridDataConditionalFormat.Conditions>
</syncfusion:GridDataConditionalFormat>
</syncfusion:GridDataControl.ConditionalFormats>
Hi Subha,
We have tested the reported issue with our sample based on the code snippet provided. But we are unable to reproduce the issue. So could you please modify the sample to reproduce the issue and let us know your current product version? This would be helpful for further analysis. Please find the sample in the following location.
Please let us know if you have any queries.
Regards,
Thangapriya
Hi,
I'm experiencing the same issue: I'm trying to highlight some rows in GridDataControl based on NotifyPropertyChanged fired from my ViewModel ( based on some incoming background messages), but it only seems to work if ApplyStyleToColumn column is visible on grid, unfortunately that is an internal flag that I can't expose to my users.
The conditional formatting is applied to cells, when I scroll down and backs (thus forcing grid to redraw cells) I can see the change, it's just that they're no visible immediately after event is fired and that is what I need.
Hi Vaban,
Sorry for delay causes,
We have tested with our sample. In this
sample “IsSelected” column is hidden and applied to IsSelected column. So the
style is applied for rows also. If you set ApplyStyleToColumn to
“IsSelected” style will be applied for IsSelected column only. This is the
default behavior of Griddatacontrol. However we are unable to understand your
query clearly.Could you please send more details regarding this issue and
modified the sample(Previous update has the sample)based on your application
and send the replication procedure with us? It would be helpful for further
analysis.
Please let us know if you have any
queries,
Regards,
Saravanan.M