-
Notifications
You must be signed in to change notification settings - Fork 76
CellTemplate custom object binding #72
Comments
Hi, Could you please give more details.
|
ScheduleWeekView.xaml.cs:
AllJobsPage.xaml:
AllJobsViewModel.cs
Models WeekInfo.cs:
JobRow.cs
JobObject.cs:
I checked and all the data comes in the DataGrid |
im having the same issue, im creating a custom datatemplate for my cell, but if I set the PropertyName on the column then nothing is showing up in the cell. Its not binding inside the datatemplate. |
Once you set the PropertyName for the column, it set that property as binding context. You don't need to specify again. It should be working once you replace
|
When using datatemplate I need to deactivate "IsSortable" on the grid because I will get exception with "Please set the PropertyName property of Column", when I try to sort by tapping on the header column. I don't know how to make the Datagrid use sortable having DataTemplates for the columns. I think my issue is similar. |
Hi!
I want to bind the JobObject object to the CellTemplate:
But when I bind a list, nothing is displayed
The text was updated successfully, but these errors were encountered: