Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
151121 | Jan 31,2020 10:37 AM UTC | Feb 4,2020 05:48 AM UTC | WPF | 4 |
![]() |
Tags: SfDataGrid |
<syncfusion:SfDataGrid x:Name="sfDataGrid"
RowHeight="50"
ItemsSource="{Binding Path=Orders}"
AutoGenerateColumns="False">
<syncfusion:SfDataGrid.Columns>
<syncfusion:GridTextColumn MappingName="OrderID"/>
<syncfusion:GridImageColumn MappingName="Clouds" ImageHeight="40" ImageWidth="40" ValueBinding="{Binding Path=Clouds,Converter={StaticResource converter}}" TextAlignment="Center" />
<syncfusion:GridTextColumn MappingName="CustomerID" />
<syncfusion:GridTextColumn MappingName="CustomerName" />
<syncfusion:GridTextColumn MappingName="Country" />
<syncfusion:GridTextColumn MappingName="UnitPrice"/>
</syncfusion:SfDataGrid.Columns>
</syncfusion:SfDataGrid> |
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.