UniGrid RememberDefaultState Property Kentico 8.1 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.1.5347.20411)

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