Layout cell onclick event

Hi,

Is there any event to identify Layout’s cell click?

Like :
layout.attachEvent(“onClick” , function(id){
//id is cell id
alert(id);
});

Hi
Here are listed all layout event handlers.
docs.dhtmlx.com/doku.php?id=dhtm … api_events
There is no such event.
How are you going to use it? May be we can suggest you something…