i have a gridview having following columns
Delete | Name | ContactNo | EmailID | CreateDate |
Delete column is auto generated, i want to move it on right side like
| Name | ContactNo | EmailID | CreateDate | Delete
how can i do this???
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AutoGenerateDeleteButton will not be visible at Design Time because the VS will automatically add it during Run-time and as far as I know this will be added automatically at the Left Most side of the Grid and basically that’s by default.
You could try adding following command field in the design view.
or else, you have to create a Button Template column for delete.