.Listeners(l =>
{
l.CellDblClick.Handler = string.Format(@"alert('xx');");
})