Hi.
My question is on the ASP.NET GridView control. I am using a CommandField in the Columns tag as seen below.
<asp:CommandField ShowEditButton="True" HeaderStyle-Width="40px" UpdateText="Save" ButtonType="Link" HeaderStyle-Wrap="true" ItemStyle-Wrap="true" ItemStyle-Width="40px"/>
What renders is the shown in the following image (after I click on the Edit button).
As you can see I am trying to have the Cancel link show up a new line and my question is how do you do that? If I change the ButtonType="Link" to ButtonType="Button", I get it rendering correctly as shown below.
I've tried google already and maybe I'm not searching on the right tags but I couldn't see this one addressed before.
Appreciate any help. Thank you.