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
1910
RowDeleting ButtonHtml - different on each row
posted

Is there a way to change the ButtonHtml of the Delete button based on a particular field on that row?

Example:
Row       Field1     ButtonHtml
-------    --------   -----------------
Row1        A         "Delete"
Row2        B         "Recover"
Row3        A         "Delete"

Right now, the ButtonHtml is the same for all rows.