I've created a new DD page with a standrad gridview. I attach the source and the page renders as expected except that there these extra columns which are NOT part of my data source. It seems that DD has appended these columns somehow. How do I tell DD not
to do that?
These are the columns appended:
ClassName TableName ColumnCount HasPrimaryKey FriendlyName
IAmTheWalrus
Member
31 Points
24 Posts
Dynamic Data page appends extra columns to gridview which were not part of original data source.
Dec 31, 2012 04:12 PM|LINK
I've created a new DD page with a standrad gridview. I attach the source and the page renders as expected except that there these extra columns which are NOT part of my data source. It seems that DD has appended these columns somehow. How do I tell DD not to do that?
These are the columns appended:
ClassName TableName ColumnCount HasPrimaryKey FriendlyName
sjnaughton
All-Star
27308 Points
5458 Posts
MVP
Re: Dynamic Data page appends extra columns to gridview which were not part of original data sour...
Dec 31, 2012 04:25 PM|LINK
are these columns in the data model?
Always seeking an elegant solution.
IAmTheWalrus
Member
31 Points
24 Posts
Re: Dynamic Data page appends extra columns to gridview which were not part of original data sour...
Dec 31, 2012 05:25 PM|LINK
No they are not explicitly defined anywhere.
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Dynamic Data page appends extra columns to gridview which were not part of original data sour...
Jan 01, 2013 04:54 AM|LINK
Well……Can you:
1)Elebrate your data strcuture?
2)Elebrate your extended data columns?
3)What did you do to cope with the problems?
sjnaughton
All-Star
27308 Points
5458 Posts
MVP
Re: Dynamic Data page appends extra columns to gridview which were not part of original data sour...
Jan 01, 2013 02:42 PM|LINK
Please post the page's markup (hte aspx or ascx page.)
Always seeking an elegant solution.