DataGrid - EditCommandColumn

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Does anyone know of a way to format this column at run
time?

I have a datagrid with one bound column plus the Edit,
Update and Cancel buttons.

When I press the Edit button, the text box surrounding my
one column field does not size itself to the content
returned from the database.

is there a way to change the size of the edit text box to
match the size of the data in the field?

Thanks
 
Reply:
on your html code put a Width="250px" it depends on how
wide you want, change the number that will suit your data.

;-) dabuskol
 
Back
Top