User profiles can also save information other than grid properties by adding an element to the
customProfileProperties array property with either the name of a window property or a jQuery
id or
class selector that matches an input, select or textarea element. The values in these elements/variables will be saved and restored with the profile. In this example the
Report Title that has been entered by the user is saved along with the grid configuration. Custom values can also be saved by assigning them to the profile in the
onBeforeUserProfileSaved event. The saved custom values can be processed in the corresponding
onBeforeUserProfileRestored event (in this example to display the date the profle was last saved).