질문이 ASP.NET GridView 컨트롤에 있습니다. 아래에서 볼 수 있듯이 Columns 태그에 CommandField를 사용하고 있습니다.ASP.NET GridView CommandField 업데이트/취소가 적용되지 않습니다.
<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).
alt text http://i33.tinypic.com/5dpdad.jpg
당신은 내가 취소 링크가 새로운 라인을 표시하도록 노력하고 을 볼 수 있듯이 내 질문은 당신이해야합니까 어떻게? ButtonType = "Link"를 ButtonType = "Button"으로 변경하면 아래와 같이 올바르게 렌더링됩니다.
alt text http://i38.tinypic.com/2pqopxi.jpg
는 이미 구글을 시도하고 어쩌면 내가 올바른 태그를 검색하고 있지 않다 그러나 나는이 일 전에 해결 볼 수 없었다.
감사합니다. 감사합니다.
이 당신의 이미지를 볼 수 없습니다 ... – Bryant