Hi telerik,
I have problem when RadPivotGrid auto group range for numeric column label.
Sometime it need, sometime not.
Can I implement event (button click, double click in this column....) to disable/enable it? What should I do?
If already have better solution, please tell me
Thanks,
Hung
If you would like to change the grouping anyhow - you can simply change the Step of the desired DoubleGroupDescription (the Step by default is 100). You could also replace the DoubleGroupDescription with
PropertyGroupDescription in order to totally avoid the grouping. I have attached a sample project which demonstrates the second suggestions and changes the DoubleGroupDescription with PropertyGroupDescription on a button click.
Hope this helps.
Regards,
Kalin
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.