Click or drag to resize
UniGridResetSelection Method
Uncheck all checkboxes in selection column.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public void ResetSelection(
	bool reset = true,
	bool doPostback = true
)

Parameters

reset (Optional)
Type: SystemBoolean
Indicates if reset selection javascript should be registered
doPostback (Optional)
Type: SystemBoolean
Indicates if reset selection javascript should make a postback after reseting checkboxes
See Also