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

Expanding a column in a grid truncates the column to the right…

We have taken Syncfusion grid and getting below issue in MVC application:
Expanding a column in a grid truncates the column to the right…

Please let us know if anyone has a solution for it.

Thanks in advance.

1 Reply

JK Jayaprakash Kamaraj Syncfusion Team November 18, 2016 11:58 AM UTC

Hi Rohit, 
 
Thank you for contacting Syncfusion support. 
 
To overcome this problem, we suggest you to enable allowScrolling property of ejGrid. Please refer to the below help document, code example and sample. 
 

$("#Grid").ejGrid({ 
.. 
                allowScrolling: true, 
.. 
        }); 
    </script> 
</body> 
</html> 


 
Regards, 
 
Jayaprakash K. 


Loader.
Live Chat Icon For mobile
Up arrow icon