Reputation: 15772
I would like to know how to change the edit column position after setting AutoGenerateEditButton="true"
. By default it is displayed always on the left as the 1st column.
Upvotes: 0
Views: 2027
Reputation: 24832
use <asp:CommandField ShowEditButton="True" />
to define your edit column
Upvotes: 3