This question is locked. New answers and comments are not allowed.
I realized that when I includes delete button in command, every delete button in the row will be wrap with a form tag. But my delete button for every page on first row don't have a form tag. Any help is appreciated. Thanks.
First row only:
Other rows:
First row only:
<div>
<button type="submit" class="t-button t-button-icontext t-grid-delete">
<span class="t-icon t-delete"></span>Delete</button>
</div>Other rows:
<form method="post" class="t-grid-actions" action="/Admin/DimCountryDelete/2?q=EFD28CFC41F077CF06B51ECC494B5F35&tid=1">
<div>
<button type="submit" class="t-button t-button-icontext t-grid-delete">
<span class="t-icon t-delete"></span>Delete</button>
</div>
</form>