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

Responsive

I would set responsive this tool...

I tried set width in theese class : controlPanelTD, controlPanelTD

but don't expand 

7 Replies

SP Sastha Prathap Selvamoorthy Syncfusion Team January 19, 2017 06:49 AM UTC

Hi Felipe,   
   
Thank you for contacting Syncfusion Support.   
   
You have to set the property, isResponsive to true with which the PivotClient control can render based on the target device’s screen resolution. Please find the online document link for your reference.   
   
   
Otherwise, you can set the property, enabletogglePanel to true which lets you to toggle the visibility of Axis Element Builder and Cube Dimension Browser panels in PivotClient with a use of a button.   
   
   
If the provided information doesn’t meet your requirement, please provide us detailed information of your requirement with sample or screenshot, which would be helpful for us to assist you further.   
   
Regards,   
Sastha Prathap S. 



FA Felipe Alves January 19, 2017 12:46 PM UTC

Doesn't work...ejPivotClient is not a function at my project

I'm using @Html.EJ().Olap().OlapClient("OlapClient1").Url...

last time i tried follow documentation was out of date..


SP Sastha Prathap Selvamoorthy Syncfusion Team January 20, 2017 06:56 AM UTC

Hi Felipe, 
 
Sorry for the inconvenience. Please find the following online document links for the PivotClient control in MVC platform. 
   
   
   
If the provided information doesn’t meet your requirement, please provide us detailed information of your requirement with sample or screenshot, which would be helpful for us to assist you further.   
 
Regards, 
Sastha Prathap S. 



FA Felipe Alves January 20, 2017 04:33 PM UTC

this is my page ...




@using Syncfusion.JavaScript.Olap;

@{

    Layout = "~/Views/Shared/_Layout.cshtml";
}
<script src="~/Scripts/ej/ej.web.all.min.js"></script>

<section class="content">
 

        @Html.EJ().Olap().OlapClient("OlapClient1").Url("http://192.168.240.50:70//api/OlapClient").Title(ViewBag.Titulo).CustomObject(ViewBag.dicItens)

        <style>
               .row .cols-sample-area {
                   padding: 10px !important;
               }

               #OlapClient1 {
                   min-height: 275px;
                   min-width: 525px;
                   margin-top:15px;
                  
               }
                  .csHeader{
                display:none !important;
            }

               .titleText{
                   margin-left:37%;
               }

               .mdxImg{
                   display:none !important;
               }

               .controlPanelTD{
                   width: 94%;
               }

               .clientTab{
                   width:117px;
               }
              
        </style>


    

</section>



SP Sastha Prathap Selvamoorthy Syncfusion Team January 23, 2017 09:12 AM UTC

Hi Felipe, 
 
We understand that your requirement is to expand the control panel alone in the PivotClient control. If so, you can set “width” to the class name “controlPanel” to expand the tag. Please find the sample code snippet and screenshot for your reference. 
 
Sample code: 
<style> 
     .controlPanelTD { 
        width: 94%; 
    } 
 
    .controlPanelTD .controlPanel { 
        width: 94% !important; 
    } 
</style> 
 
Note: Some CSS properties may not override. So, please provide all CSS properties with “!important” to override the CSS properties at your end. 
 
Screen Shot: 
 
 
If the provided information doesn’t meet your requirement, please provide detailed information of your requirement with a sample or screenshot, which would be helpful for us to assist you further.    
 
Regards, 
Sastha Prathap S. 
1


FA Felipe Alves January 23, 2017 11:53 AM UTC

Follow attach file..

The button with red box on the bar above hides the sidebar to release more space

when i click on it the control panel don't resize..

Attachment: print_17168d17.rar


SP Sastha Prathap Selvamoorthy Syncfusion Team January 24, 2017 07:28 AM UTC

Hi Felipe, 
 
We have created an incident to log a feature report on behalf of you. Our support engineer will assist you through incident. We request you to follow with the incident for further details.
 
https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents 
 
Regards, 
Sastha Prathap S. 


Loader.
Live Chat Icon For mobile
Up arrow icon