Hello ,
I want to set the column in the datagrid in the ItemDataBound event
e.Item.Cells[0].Width = new Unit("100px"); is not working.
Please suggest alternate solution
Naveen - 01 Aug 2006 12:39 GMT
The thing is that i need to only change the column width for that particular
row.
> Hello ,
>
> I want to set the column in the datagrid in the ItemDataBound event
> e.Item.Cells[0].Width = new Unit("100px"); is not working.
> Please suggest alternate solution