Hi folks,
Got a tiny problem with width of the edit column.
It is sized correct while it says Edit, but Update Cancel shows as
Update ...
With only the first . visible.
The entire grid is autogenerated declaratively. It does this no matter what skin I use.
I'm sure it's something from my CSS, but that was designed by another person. How can I make the autogenerated edit column be wide enough to display its content?
I can get the button like so:
Got a tiny problem with width of the edit column.
It is sized correct while it says Edit, but Update Cancel shows as
Update ...
With only the first . visible.
The entire grid is autogenerated declaratively. It does this no matter what skin I use.
I'm sure it's something from my CSS, but that was designed by another person. How can I make the autogenerated edit column be wide enough to display its content?
I can get the button like so:
If TypeOf e.Item Is GridEditableItem AndAlso e.Item.IsInEditMode Then |
Dim cancelButton As LinkButton = CType(e.Item.FindControl("AutoGeneratedCancelButton"), LinkButton) |