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

Grid displays vertical but not horizontal scrollbar.

Hi,

I have a grid where the 'AllowScrolling' is set to 'True' but the scrollbar only appears on the right and not at the bottom so I can only scroll vertically not horizontally.

How to I activate the scrollbar at the bottom of the window so that I can scroll horizontally as well as vertically?

Thanks,

Alex

1 Reply

VN Vignesh Natarajan Syncfusion Team May 16, 2019 04:21 AM UTC

Hi Alex,   
  
Thanks for contacting Syncfusion support.   
  
Query: “How to I activate the scrollbar at the bottom of the window so that I can scroll horizontally as well as vertically?  
  
From your query, we understand that you need to render the scrollbar at bottom (horizontal scrollbar) inside the ejGrid. We suggest you to achieve your requirement by defining the width and height property of scrollSettings  
  
Refer the below code example  
  
ej:Grid ID="OrdersGrid" runat="server" AllowScrolling="True" AllowSorting="True"> 
<Columns>  
 
 …...............................................................    
</Columns> 
  
<ScrollSettings Height="300" Width="880" ></ScrollSettings>  
 
</ej:Grid>  
  
Refer our UG documentation and online demo for your reference  
  
  
  
Please get back to us if you have further queries.   
  
Regards,  
Vignesh Natarajan.  


Loader.
Live Chat Icon For mobile
Up arrow icon