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

Using a sliding zone with ConfigurationPanelSettings

1 Answer 43 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Scott Manning
Top achievements
Rank 1
Scott Manning asked on 06 Jul 2015, 05:17 PM
Is it possible to have the ConfigurationPanelSettings panel in the radpivot slide so the configuration panel can be hidden when not needed and provide more screen space for the pivot table?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 09 Jul 2015, 08:45 AM
Hello Scott,

Thank you for contacting us.

This requirement is not supported out of the box. You can log this requirement as a feature request in our improvements portal and our dev team may consider implementing it for the future releases:
http://feedback.telerik.com/Project/108


Nevertheless, you can try to implement a custom solution:
function buttonClick() {
    var configurationPanel = $("#" + '<%= RadPivotGrid1.ClientID %>' + "_ConfigurationPanel");
    $(configurationPanel.parent()).toggle();
}

Hope this helps.

Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
PivotGrid
Asked by
Scott Manning
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or