Skip to content

Uno Platform DataGrid Compile Error Issue. #19124

Answered by RSReswin
RSReswin asked this question in Q&A
Discussion options

You must be logged in to vote

issue fixed by remove

<DataTemplate>
      <StackPanel Spacing="8"
                  Margin="20,10">
         <TextBlock Text="{Binding PlantName}" />
         <TextBlock Text="{Binding PlantsCount}" />
         <TextBlock Text="{Binding FruitOrVegetable}" />
         <TextBlock Text="{Binding PlantDate}" />
         <TextBlock Text="{Binding IsWatered}" />
      </StackPanel>
   </DataTemplate>

</wct:DataGrid.Columns>

.Columns

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by RSReswin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant