This is a migrated thread and some comments may be shown as answers.

[Solved] GroupDescriptor Horizontal Alignment

0 Answers 89 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
John Morris
Top achievements
Rank 1
John Morris asked on 14 Dec 2009, 06:16 PM
NO NEED TO RESPOND

This is a non-issue.  I updated to Q3 and it works as expected.

I have a GroupDescriptor that works great except for the fact that my group title is left justified and my sum function results are right justified.  My grid scrolls well to the right so you can't see the function results without scrolling.  Is there a property or template I'm missing that will allow my SumFunction results to appear on the left side (next to the group title)?  The demos seem to do it by default

 

 

 

 
                                <telerikGridView:RadGridView.GroupDescriptors> 
                                    <data:GroupDescriptor Member="RiskCategory">  
                                        <data:GroupDescriptor.AggregateFunctions> 
                                            <data:SumFunction Caption="Total Allocated:" SourceField="allocatedAmount" ResultFormatString="{}{0:C}"></data:SumFunction>         
                                        </data:GroupDescriptor.AggregateFunctions> 
                                    </data:GroupDescriptor> 
                                </telerikGridView:RadGridView.GroupDescriptors> 

 

 

Tags
GridView
Asked by
John Morris
Top achievements
Rank 1
Share this question
or