UniGrid.GetCheckSelectionScript Method (Boolean) |
Gets JavaScript for checking selection of the grid.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntaxpublic string GetCheckSelectionScript(
bool includeSemicolon
)
Parameters
- includeSemicolon
- Type: System.Boolean
Indicates if semicolon is at the end
Return Value
Type:
StringScript that checks selection of the grid
See Also