Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150639 | Jan 14,2020 11:30 AM UTC | Jan 24,2020 05:56 AM UTC | WPF | 7 |
![]() |
Tags: SfDataGrid |
<syncfusion:GridCheckBoxColumn AllowEditing="True" HeaderText="Closed" MappingName="IsClosed" >
<syncfusion:GridCheckBoxColumn.CellStyle>
<Style TargetType="syncfusion:GridCell" >
<Style.Resources>
<Style TargetType="CheckBox">
<Style.Triggers>
<DataTrigger Binding="{Binding IsClosed}" Value="True">
<Setter Property="BorderBrush" Value="Red"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Style.Resources>
</Style>
</syncfusion:GridCheckBoxColumn.CellStyle> </syncfusion:GridCheckBoxColumn> |
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.