We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

GroupColumnDescription is empty

Hi,

After upgrade to 13.2.029 volume 2 pack last week( from 13.1.0.300), my grid's group column description is showing as empty. It used to show the "ColumnName: {Key} - {Count} Items", now its all empty. Is there any new flag I need to enable to make the group name show up again?

Here is the sample xaml I am using:

<syncfusion:SfDataGrid x:Name="datagrid" 
         AutoGenerateColumns="False" 
         EditTrigger="OnTap"
         LiveDataUpdateMode="AllowDataShaping"
         AllowEditing="True"         
        >
            <syncfusion:SfDataGrid.GroupColumnDescriptions>
               <syncfusion:GroupColumnDescription
                     ColumnName="Name" />
            </syncfusion:SfDataGrid.GroupColumnDescriptions>
            <syncfusion:SfDataGrid.Columns>
               <syncfusion:GridTextColumn
                  Width="143"
                  HeaderText="ID"
                  MappingName="ID" />
               <syncfusion:GridTextColumn
                  Width="143"
                  HeaderText="Score"
                  MappingName="Score" />
            </syncfusion:SfDataGrid.Columns>
      </syncfusion:SfDataGrid>

3 Replies

FP Farjana Parveen Ayubb Syncfusion Team July 14, 2015 12:41 PM UTC

Hi Vasanth,

Thank you for contacting Syncfusion support.

We have analyzed your query and we are regret to inform you that we are unable to reproduced the reported issue “Grid's group column description is showing as empty” on our end. In your code example you set the GroupColumnDescription for “Name” column, but you didn’t define the “Name” column in SfDataGrid.Columns. So could you please check on your end with this changes.

Please refer the sample in the following location we use for testing.

Sample Location: SfDataGridSample

If the issue is still reproduced in your end, please revert us the modified sample which replicates the issue that would be more helpful for us to serve you better.


Regards,
Farjana Parveen A



VA Vasanth July 14, 2015 07:13 PM UTC

Defining that column in the grid did the magic, thank you Farjana! 


SC Saranya CJ Syncfusion Team July 15, 2015 05:45 AM UTC

Hi Vasanth,
 
Thank you for your update. Please let us know if you require any other assistance.
 
Regards,
Saranya

Loader.
Live Chat Icon For mobile
Up arrow icon