Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
Add ActionButton To Grid
posted

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

  • 746459
    Suggested Answer
    posted

    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.