Hi Rohit,
Greetings from Syncfusion support.
Before proceeding with your query, we would like to share the behavior of the Grid structure. If we didn’t provide any width to the grid, then the default value auto is set to the grid width which adapts its parent container’s width.
For example, consider the parent container width or screen width is 1400px. Grid calculates total columns width and compares it with the parent containers width. If the parent container width greater than the total columns width then the remaining parent container width is equally shared to all the Columns like normal html table.
If the Grid’s total columns width exceeds its parent container width then the horizontal scrollbar shown in the Grid.
So, when you increase the window screen size, the parent container’s width equally shared to all the Columns. Since this is default behavior of html table.
Please let us know if you have any concerns.
Regards,
Rajapandiyan S