Specify browser cursor shape when the mouse is over the grid.
| AUTO | "auto" | The browser automatically sets cursor. |
| POINTER | "pointer" | Finger-shaped cursor being used to indicate link, etc. |
| WAIT | "wait" | Display that the program is busy. |
| MOVE | "move" | When a target tries to move within the browser. |
| COL_RESIZE | "col-resize" | When the width of column is to be changed. |
| ROW_RESIZE | "row-resize" | When the height of row is to be changed. |
| CROSSHAIR | "crosshair" | Crosshair shaped cursor. |
| HORZ_RESIZE | "ew-resize" | When be able to change horizontal size. |
| VERT_RESIZE | "ns-resize" | When be able to change vertical size. |
| NESW_RESIZE | "nesw-resize" | Diagonal cursor being displayed from top right to bottom left. |
| NWSE_RESIZE | "nwse-resize" | Diagonal cursor being displayed from top left to bottom right. |
| NO_DROP | "no-drop" | It displays that dragging cannot be completed in current mouse location. |
| NOT_ALLOWED | "not-allowed" | It displays that the requested operation cannot be run. |