Click or drag to resize
UniGridSelectionJavascript Property
Name of javascript function called after selection checkbox is clicked. First argument will be value of selection column or first column in data source. Second argument will be true/false according to checkbox.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public string SelectionJavascript { get; set; }

Property Value

Type: String
See Also