dojox.grid
An advanced Grid project


NamespacesBack to top
VirtualGrid mixin that provides default implementations for grid events.


ConstructorsBack to top

Base class to produce html for grid content. Also provide event decoration, providing grid related information inside the event object passed to grid events.

Respresents a grid cell and contains information about column options and methods for retrieving cell related information. Each column in a grid layout has a cell object and most events and many methods provide access to these objects.

Produces html for grid data content. Owned by grid and used internally for rendering data. Override to implement custom rendering.
Controls grid cell editing process. Owned by grid and used internally for editing.

Controls grid cell focus. Owned by grid and used internally for focusing. Note: grid cell actually receives keyboard input only when cell is being edited.

Produces html for grid header content. Owned by grid and used internally for rendering data. Override to implement custom rendering.

Controls grid cell layout. Owned by grid and used internally.

virtual scroller class, makes no assumption about shape of items being scrolled

Manages row selection for grid. Owned by grid and used internally for selection. Override to implement custom selection.

Maps an html table into a structure parsable for information about cell row and col spanning. Used by headerBuilder

A collection of grid views. Owned by grid and used internally for managing grid views.


FunctionsBack to top





















a null function?



