Intro
This Demo explains the usage of client-side functions with GridWeb Control.
- getCellValue: Gets a cell's value by passing the row number and column number.
- setCellValue: Sets a cell's value by passing the row number, the column number and the value string.
- getActiveRow: Gets the row number of the active cell.
- getActiveColumn: Gets the column number of the active cell.
- setActiveCell: Sets the active cell by passing row number and column number.
- getActiveCell: Gets the active cell object by passing row number and column number.
- setActiveCellByCell: Sets the active cell by passing a cell object.
- getCell: Gets the cell object by passing the row number and column number.
- getCellRow: Gets the given cell object's row number.
- getCellColumn: Gets the given cell object's column number.
- getCellValueByCell: Gets the given cell object's value.
- setCellValueByCell: Sets the given cell object's value.
Run the demo
[Run Sample]