Databinding errors on ListView - What am I doing wrong? #10277
Unanswered
danielcooper-hk
asked this question in
Q&A
Replies: 1 comment 3 replies
-
maybe need delete x:DataType |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am pulling what little hair I have left out over this - if someone can point me in the right direction I would be very grateful.
When the application runs there are no binding errors but when I click on the button to run the AddItemCommand the item appears in the list view but I get data binding errors on both Name and Description. What am I doing wrong in the ListView to cause this?
Thanks,
Dan.
I've written the following sample:
My MainPageModel:
My MainPageViewModel:
My MainPage.xaml:
And finally the MainPage.xaml.cs:
Beta Was this translation helpful? Give feedback.
All reactions