4 Answers, 1 is accepted
0
Hello Manuele,
Thank you for writing.
This is possible and you can use the BestFitColumns method to achieve it:
In addition there is a Best Fit option in the default context menu.
Please let me know if there is something else I can help you with.
Regards,
Dimitar
Telerik
Thank you for writing.
This is possible and you can use the BestFitColumns method to achieve it:
radPivotGrid1.PivotGridElement.BestFitHelper.BestFitColumns();
In addition there is a Best Fit option in the default context menu.
Please let me know if there is something else I can help you with.
Dimitar
Telerik
See What's Next in App Development. Register for TelerikNEXT.
0
manuele
Top achievements
Rank 1
answered on 31 Mar 2015, 08:51 AM
Hi, thank you for the answer.
I have a last question, is it possible to do the same thing with the group Element?
There is a bestfit method for groupelement?
Regards
Manuele
I have a last question, is it possible to do the same thing with the group Element?
There is a bestfit method for groupelement?
Regards
Manuele
0
manuele
Top achievements
Rank 1
answered on 31 Mar 2015, 09:18 AM
I have found it:
Thank you so much
Manuele
RadPivotGrid1.PivotGridElement.BestFitHelper.BestFitRowHeaders()
Thank you so much
Manuele
0
Hello Manuelle,
This is indeed the correct way to best fit the row headers. Do not hesitate to contact us if you have other questions.
Regards,
Dimitar
Telerik
This is indeed the correct way to best fit the row headers. Do not hesitate to contact us if you have other questions.
Dimitar
Telerik
See What's Next in App Development. Register for TelerikNEXT.