AbstractActionOnClick Property |
The JavaScript OnClick function for the given action. It may use the columns defined in the parameters attribute of the 'actions' element as parameters, which can be called by using the following expressions:
{0} - first parameter
{1} - second parameter
and so forth.
"alert(‘{0}’);"
Namespace: CMS.UIControls.UniGridConfigAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public string OnClick { get; set; }
Property Value
Type:
StringSee Also