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

Extra Empty space at the end of grid

Hi, At the end of my grid there are some columns that are hidden. Basically I made their width = 0 that is how they are hidden. When I have horizontal scroll bar to my grid then it show some extra empty space. It looks like to me that this space is for hidden column. Q#1 How can I avoid extra empty space? Q#2 What is the best way to hide a column? I am sure that there must be some other way rather making their width zero. Thanks, VS

1 Reply

AD Administrator Syncfusion Team May 6, 2005 09:32 PM UTC

1) Try setting this.grid.HScrollPixel = true; 2) You can use this.grid.Model.Cols[2] = true; //hide col 2

Loader.
Live Chat Icon For mobile
Up arrow icon