The class holds the grid configuration properties
Every property and method has one or more tag attached.
The following is the meaning for each tag :
Enterprise |
The property/method is used only with the enterprise version. using it without having a valid license will be ignored. |
Configuration |
Properties and methods which are tagged with this tag are used to configure the grid before it is rendered on the client. Changing these properties or calling these methods won't affect the grid which is displayed on the client. In order to reflect your changes on the client, you need to re-render the whole grid or re-render the column definition once again. |
API |
Methods/properties tagged with this tag can be called before or after the grid is rendered on the client and they don't require a refresh. |
ColumnsRenderer |
Changing this property or calling this method after the first render require columns re-render using updateColumns() method |
GridRenderer |
Changing this property or calling this method after the first render require full re-render using render() method |