Right now i've got a datagrid with data.
There is a Edit and a Delete command, but they placed in the width. But the width is to big. So i try to add other buttons. Or Delete and edit below each other.
Exampel:
Row 1 Row 2 Row 3 Edit Delete
But i like this more:
Row 1 Row 2 Row 3 Edit
Delete
Is that possible ?
And how can i make that.... right now i use in de aspx code this columns for it:
<asp:EditCommandColumn
And: <asp:ButtonColumn [delete]
Is this possible? And how?
Thanks!