UniGridRememberStateByParam Property |
Gets or sets a comma-separated list of names of query parameters whose value constitute a part of UniGrid's identity.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public string RememberStateByParam { get; set; }
Property Value
Type:
StringRemarks
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