Hi,
I have a rad grid that:
I have a rad grid that:
<
telerik:RadGrid...
AutoGenerateEditColumn="True"
AutoGenerateDeleteColumn="True"
<
MasterTableView...
AutoGenerateColumns="True"
That means i do not have any columns in aspx because i bind the grid to the datasource in "DropDownList1_SelectedIndexChanged" event.
How to:
1- Change "Edit,Delete" column index?
ex: Make Delete column the last one.
2- Convert "Edit,Delete" column "ButtonType" to "ImageButton"?