UniGridRememberDefaultState Property |
Indicates whether UniGrid remembers its default state.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public bool RememberDefaultState { get; set; }
Property Value
Type:
BooleanRemarks
To reduce memory usage UniGrid by default does not store its default state.
However, there might be a filter control whose non-default state results in an empty filtering condition.
In that case it's necessary to force UniGrid to store its default state.
See Also