[RESOLVED] gridview width
Hi,
I'm having a little problem, I have a gridview, and i want for each column different width size, and i was not able to give different width size. Even there is a text i would like to cut it out.
This is my code, and it only changes the textbox at the edit mode only.
Code:
<asp:BoundField DataField="reconciliated" HeaderText="Status"
SortExpression="reconciliated" ControlStyle-Width="95px" >
</asp:BoundField>
Re: [RESOLVED] gridview width
Hey,
Glad to hear you got it working!
Gary