API Reference: Jx.Grid
This example demonstrates some basic and advanced ways of using Jx.Grid including the Inline Editor Plugin.
There are a number of options for configuring a grid, try them out by using the menus to turn various options on and off.
The grid itself has a lot of options when you first construct it, for this example most of the options are turned off so we can use the menus to demonstrate the effect of turning them on and off.
The grid component uses an architecture that requires a separate object to provide the data to the grid through a specific api. This object is called the model for the grid. The grid allows the model to be changed at any time and the grid will redraw itself with the new model's data.
The editor plugin allows the user to control it only using the keyboard with some common shortcuts.