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.
Up arrow icon