This question is locked. New answers and comments are not allowed.
hi,
aggregate not show value after load setting.
use Save/LoadSettings save took group setting to cache.
that is a sum function aggregate is not show ,after refresh silverlight page load group settign
but whether manual drag group that sum function is ok.
thanks
aggregate not show value after load setting.
use Save/LoadSettings save took group setting to cache.
that is a sum function aggregate is not show ,after refresh silverlight page load group settign
but whether manual drag group that sum function is ok.
thanks
4 Answers, 1 is accepted
0
Hello jerome,
And then in the Save and Load methods follow the pattern for the other properties.
Greetings,
Maya
the Telerik team
Following up the example on the Save & Load RadGridView Layout, you need to add a property inside the GroupSetting class keeping the information for the AggregateFunctions:
public class GroupSetting : PropertySetting { AggregateFunctionCollection aggregateFunctions; public AggregateFunctionCollection AggregateFunctions { get { return aggregateFunctions; } set { aggregateFunctions = value; } }}And then in the Save and Load methods follow the pattern for the other properties.
Greetings,
Maya
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
jerome
Top achievements
Rank 1
answered on 04 Nov 2010, 02:39 AM
hello,
thank your reply.
According to the above steps completed.
but this issue keep.
please see in the attached file,
thank your reply.
According to the above steps completed.
but this issue keep.
please see in the attached file,
0
jerome
Top achievements
Rank 1
answered on 04 Nov 2010, 04:49 AM
OH, sorry,
this GroupDescriptor not add member value,
thanks
this GroupDescriptor not add member value,
thanks
0
Hi jerome,
Maya
the Telerik team
Should I consider that you have managed to solve the problem you encountered ?
Maya
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items