Click or drag to resize
UniGridSetFilter Method
Sets filter to the grid view and save it to the view state.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected void SetFilter(
	bool reloadData,
	string where = null
)

Parameters

reloadData
Type: SystemBoolean
Reload data
where (Optional)
Type: SystemString
Filter where condition
See Also