Hello,
I want to add some action buttons to my bound datagrid to edit or delete a certain row and to call the related controller method.
How can this be done?
Kind regards
Patrick
You should be able to accomplish that by creating a template column. Then you will have total control over the markup and can create links to different action methods from there.