I havea simple grid with AutoGenerated Edit and Delete columns. And default CommandItem "Add New" command with EditMode set to "In Place".
When in Edit mode, the "Insert" (or "Update") and "Cancel" come as LinkButtons occupying only the "Edit" column. As this column is not big enough to hold the two LinkButtons, I tried to do
1. replace these with ImageButtons.
or
2. make these two buttons occupy both "Delete" and "Edit" columns.
The only problem I try to solve is to fit the Insert( or Update) and Cancel into the grid without doubling the "Edit" column width. I am wondering if there is a way to achieve this.
Thanks in advance.
When in Edit mode, the "Insert" (or "Update") and "Cancel" come as LinkButtons occupying only the "Edit" column. As this column is not big enough to hold the two LinkButtons, I tried to do
1. replace these with ImageButtons.
or
2. make these two buttons occupy both "Delete" and "Edit" columns.
The only problem I try to solve is to fit the Insert( or Update) and Cancel into the grid without doubling the "Edit" column width. I am wondering if there is a way to achieve this.
Thanks in advance.