Click or drag to resize
UniGridGetCheckSelectionScript Method
Gets JavaScript for checking selection of the grid.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public string GetCheckSelectionScript(
	bool includeSemicolon = true
)

Parameters

includeSemicolon (Optional)
Type: SystemBoolean
Indicates if semicolon is at the end

Return Value

Type: String
Script that checks selection of the grid
See Also