Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147937 | Sep 28,2019 08:16 AM UTC | Sep 30,2019 10:40 AM UTC | Xamarin.Forms | 1 |
![]() |
Tags: SfDataGrid |
[XAML]
<sfgrid:SfDataGrid x:Name="dataGrid" AutoGenerateColumns="false"
ItemsSource="{Binding OrdersInfo}">
<sfgrid:SfDataGrid.Columns>
<sfgrid:GridNumericColumn
Format="#,##0.00"
HeaderText="Product No"
MappingName="OrderID"
Width="100"/>
</sfgrid:SfDataGrid.Columns>
</sfgrid: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.