Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141893 | Jan 9,2019 04:48 PM UTC | Jan 11,2019 10:15 AM UTC | WPF | 3 |
![]() |
Tags: SfDataGrid |
<syncfusion:GridTemplateColumn HeaderText="Order ID TEMP" MappingName="OrderID">
<syncfusion:GridTemplateColumn.CellTemplate>
<DataTemplate>
<TextBlock Text="{Binding OrderID}" >
<TextBlock.Style>
<Style>
<Style.Triggers>
<DataTrigger Binding="{Binding Path=OrderID}" Value="1000">
<Setter Property="TextBlock.FontStyle" Value="Italic" />
<Setter Property="TextBlock.TextDecorations" Value="Underline"/>
</DataTrigger>
</Style.Triggers>
</Style>
</TextBlock.Style>
</TextBlock>
</DataTemplate>
</syncfusion:GridTemplateColumn.CellTemplate>
</syncfusion:GridTemplateColumn> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.