SoftwareGeek
SoftwareGeek

Reputation: 15772

Gridview edit column position

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

Answers (1)

Gregoire
Gregoire

Reputation: 24832

use <asp:CommandField ShowEditButton="True" /> to define your edit column

Upvotes: 3

Related Questions