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

Is it possible to ignore capitalization in results?

1 Answer 37 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 02 Oct 2013, 01:54 PM
Something we've noticed about the PivotGrid is that it treats different capitalization as different values in the result set. For example, if I have values of;

Bun Maker
Bun maker
bun maker
BUN MAKER
BuN mAkEr

...these will each be treated as different/unique values. Is there a way to ignore capitalization and treat all similarly-spelled entries as the same? We thought about applying standard spelling at source, but making everything upper or lower case doesn't look right.

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 07 Oct 2013, 10:50 AM
Hello Derek,

This is achievable by taking advantage of the custom grouping capabilities of the RadPivotGrid which are demonstrated in this online. By overriding the ToString and CompareTo methods you should be able to achieve the desired result.

Regards,
Angel Petrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
PivotGrid
Asked by
Derek
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or