-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
DataGrid 🔠Issues on DataGrid controlIssues on DataGrid controlfeature request 📬A request for new changes to improve functionalityA request for new changes to improve functionality
Milestone
Description
From @dotMorten on April 24, 2018 19:9
There doesn't seem to be a way to specify x:DataType anywhere for setting up x-bind on the columns:
<controls:DataGrid ItemsSource="{x:Bind Data, Mode=TwoWay}" >
<controls:DataGrid.Columns>
<controls:DataGridTextColumn x:DataType="local:MyVM" Binding="{x:Bind Name}" Header="Name" />
</controls:DataGrid.Columns>
</controls:DataGrid>
Copied from original issue: harinikmsft/datagrid_win10#3
dotMorten, darshanrampatel and RamiBancosly
Metadata
Metadata
Assignees
Labels
DataGrid 🔠Issues on DataGrid controlIssues on DataGrid controlfeature request 📬A request for new changes to improve functionalityA request for new changes to improve functionality