UniGrid RememberStateByParam Property Kentico 8.0 API Reference
Gets or sets a comma-separated list of names of query parameters whose value constitute a part of UniGrid's identity.

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

Property Value

Type: OnlineString
Remarks

UniGrid's identity consists of many attributes such as page's virtual path, control's unique identifier or current site identifier. However, in some situations the UniGrid's identity might not be unique, e.g., when the page with UniGrid control is shared between CMS Desk and Site Manager. In this case it is necessary to make the identity stronger and include additional information from the query string. You can specify more parameters separated by comma, or you could use the asterisk (*) to include the complete query string into UniGrid's identity.
See Also