Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Gridview - move edit button to right side

Status
Not open for further replies.

dcushnie

Programmer
Feb 2, 2005
28
CA
Okay so I have a gridview control on my page and it has a dataset bound to it that displays fine and it has AutoGenerateDeleteButton and AutoGenerateEditButton set to true. The problem is that the Edit and Delete buttons are displayed on the left of the data columns and I would like them to be on the right side instead.
I haven't been able to find a way to do this yet.
Does anybody know how?
 
Are you using ASP or ASP.NET? It sounds like .NET. Try forum855

------------------------------------------------------------------------------------------------------------------------
"Men occasionally stumble over the truth, but most of them pick themselves up and hurry off as if nothing ever happened."
- Winston Churchill
 
In the smart window of the grid view choose edit columns then you can order them any way you want. Or you can make them templates and re-order them in you source code.

Ordinary Programmer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top