Completed
Last Updated: 16 Dec 2015 11:01 by ADMIN
ADMIN
Stefan
Created on: 02 Oct 2012 08:43
Category: GridView
Type: Bug Report
0
FIX. RadGridView - the AggregateExpression property of GridViewSummaryItem should be serialized as well when saving layout
Workaround:  this.radGridView1.XmlSerializationInfo.SerializationMetadata.Add(typeof(GridViewSummaryItem), 
                "AggregateExpression", DesignerSerializationVisibilityAttribute.Content);
0 comments