4
Answers

Position of edit button in gridview

Ask a question
Nethra R S

Nethra R S

13y
3.1k
1
Hi,

This is my edit button in a gridview

<asp:CommandField HeaderText="Edit" ShowEditButton="true" ItemStyle-Width="20">
<ItemStyle Width="20px" />
</asp:CommandField>

By default it is always placed on the left side.. I want it at the right side at the end of all columns.. How do i change the position... plzz help

Answers (4)