3.2.0

cell and Link or Event click

I have a problem with my Grid becose need all cells had links to leave a another page.

how to used?
Arturo E.C.
September 25,
Use onCellClicked event -

grid.onCellClicked = function(event, col, row){
window.location = ...
}
Alex (ActiveWidgets)
September 25,

This topic is archived.

See also:


Back to support forum