3.2.0

is there an event oncellselected ?

Hello,
I have a DataGrid with automatic selection with (obj.setSelectedRows[i]), i want to have an event when a row is selected i tried the event: obj.oncellselected but it dont work.

any one kow another event which i can tary or have the right syntax of oncellselected ??

Tks
Maher
April 6,
grid.onCellSelectedChanged = function(value, col, row){
// ...
}

this event fires twice. First, with value=true for the cell that becomes selected, then, with value=false for the cell that becomes unselected.

You can also use onCurrentColumnChanged, onCurrentRowChanged events.
Alex (ActiveWidgets)
April 7,

This topic is archived.

See also:


Back to support forum