:: Forum >> Version 2 >>

Edit With Single-Click

The default functionality is to double-click a cell to edit a cell.

How can I make it so that single-clicking a cell puts you in edit mode? I saw some more complex examples in the forum where the author was asking for more than this.

How I would I simply implement a single-click-to-edit ?
Eric Juvet
Thursday, June 22, 2006
There is no 'official' method for this, the following code uses internal editCurrentCell event -

obj.onCellClicked = function(eventcolrow){
    
this.raiseEvent("editCurrentCell"eventcolrow);
}
 
Alex (ActiveWidgets)
Monday, June 26, 2006



This topic is archived.

Back to support forum

Forum search