UniGrid RememberDefaultState Property Kentico 8.0 API Reference
Indicates whether UniGrid remembers its default state.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Property Value

Type: OnlineBoolean
Remarks

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