A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.dhtmlx.com/suite/grid/api/grid_cellclick_event/ below:

Website Navigation


JavaScript Grid - cellClick Event

cellClick

fires on click on a grid cell

cellClick: (row: object, column: object, event: MouseEvent) => void;

Parameters:

The callback of the event is called with the following parameters:

Example

grid.events.on("cellClick", (row, column, event) => {
// your logic here
});

Related sample: Grid. Events

You can use the event when you need to open the editor of a grid cell with a single click. Check the details in the Opening editor with one click article.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4