I am dynamically creating the columns of the webgrid. Everything is fine except that there is a large chunk of blank space after the grid giving the page a big horizontal scroll. I am not getting where I am getting this space from. I have attached the image file showing the blankspace after the grid.
Can anybody help me with some pointers??
Thanks
What widths are you giving to columns that you are creating?
Try:
this.ultraWebGrid.Width = Unit.Empty;