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
close icon

Experiencing Difficulties with Grid Paging

even if I set the pageSettings 
when I press my mouse wheel the bottom of the page has no limits 

Is there a solution to have a permanent size of the page 
where the user cannot use the mouse wheel or scrollbar 

$("#Diagram").ejDiagram({
   pageSettings: {
      pageHeight: 300,
      pageWidth: 450,
      pageBorderWidth: 4,
      pageBackgroundColor: "lightblue",
      pageBorderColor: "black",
      pageMargin: 35,
      showPageBreaks: true,
      multiplePage: true,
      pageOrientation: ej.datavisualization.Diagram.Orientation.Portrait
   }
});

1 Reply

SG Shyam G Syncfusion Team July 20, 2015 04:47 AM UTC

Hi Maverick

Thanks for using Syncfusion products.

We suggest you to set the pageSettings property “ScrollLimit” as Diagram to resolve your reported issue. Please refer the code snippet below.

Code snippet:

<div id="diagram"></div>

$("#diagram").ejDiagram({                                      

   pageSettings:{scrollLimit:"Diagram"}
});

Please refer the online link for more details

Link:http://helpjs.syncfusion.com/js/diagram/page-settings

Please let me know if any concerns.

Regards,
Shyam G


Loader.
Live Chat Icon For mobile
Up arrow icon