Skip to navigation
Jqgrid options
15.08.19
he setup and configuration of jqGrid are controlled by setting options for the grid. Examples of configuration settings include the height and width of the grid, type of data that should be in each column, and other similar settings. These options are set in the grid options array, and many of the options are set in name: value pairs, separated by commas. The array is given as an argument to the declaration of the jqGrid object. The properties and options available are listed below in alphabetic order. Some have more details described in other pages of this wiki and a link to those pages is provided in those circumstances. Some properties cannot be changed after the grid is created; the last column of the table labelled Can be changed? mentions if that particular property can or cannot be changed. Also see Methods (getGridParam and setGridParam methods) for more details on this. Also, some properties are read-only, meaning they cannot be changed. Generally these are related to server-side data fetches. The column Can be changed? indicates whether this parameter can or can not be changed after the grid creation. In our tutorial, we saw that jqGrid should load the appropriate language file in order to work properly. This file is used in all modules and the main purpose is to have multilingual capabilities. In this file several objects with their properties and corresponding descriptive texts are stored. The name of the main object in jqGrid is jQuery.jgrid or in short $.jgrid. Every property is loaded in a particular method or in jqGrid itself. The properties that are loaded in jqGrid are taken from a static object $.jgrid.defaults.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
Reply
Anonymous
Information Epoch 1765755490
Small is beautiful.
Home
Notebook
Contact us