Completed
Last Updated: 13 Oct 2014 09:53 by Jesse Dyck
ADMIN
Anton
Created on: 28 Mar 2013 06:43
Category: GridView
Type: Bug Report
3
FIX. RadGridView - exception when loading layout that contains a GroupDescriptor with predefined Format with Aggregate function.
RadGridView is throwing exception when loading layout that contains a GroupDescriptor with predefined Format with Aggregate function.

Steps to reproduce:

1. Add GroupDescriptor:
        Dim descriptor As New GroupDescriptor
        descriptor.GroupNames.Add("column3", System.ComponentModel.ListSortDirection.Ascending)
        descriptor.Aggregates.Add("Sum(column3)")
        descriptor.Format = "{0}: {1} Total montant : {2:c2}"
        Me.RadGridView1.GroupDescriptors.Add(descriptor)
2. Save Layout
3. Load Layout
1 comment
Jesse Dyck
Posted on: 04 Nov 2013 07:47
This issue is causing a production down for my best customer.  They depend on this feature to predefine layouts for the employees to use.  And it crashes on all aggregated layouts..... Huge Problem for me!