Unplanned
Last Updated: 03 Aug 2016 13:12 by Christian
ADMIN
Maya
Created on: 14 Jul 2015 18:08
Category: GridView
Type: Bug Report
3
GridView: Property from partial class filling up DataSet is not displayed in view mode

		
2 comments
Christian
Posted on: 18 Nov 2015 07:50
We were able to avoid this issue by writing our own DataRowView class. We were using DataRowView classes from a Typed DataTable as RowSource. DataRowView however just recognizes the Typed DataTable columns as properties. We wrote our own DataRowView which also checks if "real" properties exists. This way it works.
Christian
Posted on: 17 Sep 2015 06:48
Is there a schedule when this bug will be fixed?