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

Grouping on converted column

Hi,
If I grouping data from converted column, the key value on caption group, not is the converted value, but the original.

Regards

3 Replies

MK Muthukumar Kalyanasundaram Syncfusion Team March 6, 2017 08:34 AM UTC

Hi Fabio, 

Thank you for contacting Syncfusion support. 

We have analyzed your query. You can achieve your requirement by  enabling GroupMode property as “Display”.  For your reference, we have attached the sample and code snippet as below, 
 
Code Snippet: 
 
<Syncfusion:GridTextColumn HeaderText="Employee Salary" MappingName="EmployeeSalary"                                            
                            DisplayBinding="{Binding EmployeeSalary, Converter={StaticResource converterDoubleValue}}" 
                            GroupMode="Display" /> 
 
 
 
And also you can customize the CaptionSummaryCell text in the SfDataGrid by below KB link, 
 

Please let us know if you have any query. 

Regards, 
Muthukumar K 



FA Fabio March 6, 2017 02:22 PM UTC

Thanks.


MK Muthukumar Kalyanasundaram Syncfusion Team March 7, 2017 08:38 AM UTC

Hi Fabio,  

You are welcome. Please let us know if you need any other assistance.               
 
Regards,  
Muthukumar K  


Loader.
Live Chat Icon For mobile
Up arrow icon