Declined
Last Updated: 20 Oct 2015 11:52 by ADMIN
ADMIN
Dimitrina
Created on: 24 Jul 2014 11:07
Category: GridView
Type: Bug Report
0
DataMemberBinding does not resolve values for properties of type DateTimeOffset(?)

		
2 comments
ADMIN
Martin
Posted on: 20 Oct 2015 11:51
After further analysis, we found that having a public field that is named after the underlying property, causes a collision between the two public members. When the field gets initialized in the property setter, it turns out to have a null value, if the collision is resolved in its favor. In order to overcome this behavior, should either set the field's data access modifier to private, or change its name, in case you need it to be public.
ADMIN
Dimitrina
Posted on: 24 Jul 2014 11:11
As a workaround, you can try redefining the CellTemplate of the column placing a TextBlock to display the required values.