views:

387

answers:

1

Hi guys,

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.

TIA

+2  A: 

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

Gregoire