DataGrid column width
Hi,
I am using DataGrid to update my database, anything is working fine. I got problem to set the width of column after click Edit.
I am using "asp:EditCommandColumn" and "OnEditCommand"
And the code as bellow:
DataGrid1.EditItemIndex = e.Item.ItemIndex
Any reply will be very appreciate.
sq
|