:: Forum >>

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
Sunday, April 6, 2008
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)
Monday, April 7, 2008

This topic is archived.


Back to support forum

Forum search