There are two steps:
- You must set an appropriate width for GridView like this: Width="2000px".
- You can set width of Colum by setting [ItemStyle-Width] Like this: ItemStyle-Width="300px".
** You can set width by setting fixed Pixels like "150 px" or by percentage like"10%".