gridx
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

gridx.Grid

Object » _WidgetBase » gridx.Grid
dojo.require("gridx.Grid");
Defined in gridx/Grid.js

Gridx is much smaller, faster, more reasonable designed, more powerful and more flexible compared to the old dojo DataGrid/EnhancedGrid.

NOTE:

The API documents will be updated from time to time. If you encountered an API whose doc is not sufficient enough, please refer to the following link for latest API docs: http://evanhw.github.com/gridx/doc/gridx.html

Method Summary

Methods

_connectEvents
Overrides _WidgetBase
ParameterTypeDescription
node
connector
scope
_initEvents
Overrides _WidgetBase
ParameterTypeDescription
objNames
evtNames
_isConnected
Overrides _WidgetBase
ParameterTypeDescription
eventName
_onResizeBegin
Overrides _WidgetBase
_onResizeEnd
Overrides _WidgetBase
destroy
Overrides _WidgetBase
Destroy this grid widget
postCreate
Overrides _WidgetBase
Override to initialize grid modules
resize
Overrides _WidgetBase
Resize the grid using given width and height.
ParameterTypeDescription
changeSizeObject
Optional.
An object like {w: ..., h: ...}. If omitted, the grid will re-layout itself in current width/height.
startup
Overrides _WidgetBase
Startup this grid widget