Can't display the right table, when the frozen columns is larger then grid display columns

 Hi,

    Step1:   The Grid has ten columns, adjust webpage size and let the grid display the horizontal scroll bar       

    Step2:   Set the frozen Columns = 8 and click 'Set'    

    Then you can see the bug, you can not view the columns after 'Shipped Date'  , because the  horizontal scroll bar isn't displayed 

example:

    https://stackblitz.com/edit/angular-ty1ivn?file=app.component.ts


1 Reply

RR Rajapandi Ravi Syncfusion Team February 15, 2022 01:57 PM UTC

Hi Wills, 

Greetings from Syncfusion support 

We have checked your shared information and we could see that when you set the frozenColumns as 8, the total frozen columns width was exceeding the Grid width. It was the cause of the problem.  

By default, while using frozenColumns we must maintain the total frozen columns width is less than the Grid width, so only we need to display the movable content width horizontal scrollbar. It was the default behavior. Please refer the below modified sample for more information. 


Regards, 
Rajapandi R 


Loader.
Up arrow icon