This question is locked. New answers and comments are not allowed.
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
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> |