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