[There are a few issue that I had while following the Getting started with the Data Grid control
Issue One. In Step 5. Add the control in your Loaded event:
- It does not stated how or where to add a Load Event
- The code provide about the Layout Root.Children.Add(dataGrid1) needs to be clarified a bit more.
Issue Two. In the Binding a Data Grid to a data source section:
- In the Items Source property, it reference a Model View that is not created yet in the previous steps.
Can I get some clarification on how and where to create that.
Issue Three: In the Customizing columns section:
- The <controls:DataGrid.Columns> tag gives me this following error message:
Error 1: "Severity Code Description Project File Line Suppression State
Error XDG0012 The member "Columns" is not recognized or is not accessible. MyApp1
C:\Users\tc\source\repos\MyApp1\MyApp1\MainPage.xaml 17"
Error 2: "Severity Code Description Project File Line Suppression State
Error XLS0415 The attachable property 'Columns' was not found in type 'Data Grid'. MyApp1
C:\Users\tc\source\repos\MyApp1\MyApp1\MainPage.xaml 17"
Thank you for helping me in my career endeavors ]
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
[There are a few issue that I had while following the Getting started with the Data Grid control
Issue One. In Step 5. Add the control in your Loaded event:
- It does not stated how or where to add a Load Event
- The code provide about the
Layout Root.Children.Add(dataGrid1)needs to be clarified a bit more.Issue Two. In the Binding a Data Grid to a data source section:
- In the Items Source property, it reference a Model View that is not created yet in the previous steps.
Can I get some clarification on how and where to create that.
Issue Three: In the Customizing columns section:
- The
<controls:DataGrid.Columns>tag gives me this following error message:Error 1: "Severity Code Description Project File Line Suppression State
Error XDG0012 The member "Columns" is not recognized or is not accessible. MyApp1
C:\Users\tc\source\repos\MyApp1\MyApp1\MainPage.xaml 17"
Error 2: "Severity Code Description Project File Line Suppression State
Error XLS0415 The attachable property 'Columns' was not found in type 'Data Grid'. MyApp1
C:\Users\tc\source\repos\MyApp1\MyApp1\MainPage.xaml 17"
Thank you for helping me in my career endeavors ]
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.