fires when a calendar pops up in the grid
myCal | object | the calendar object |
row_id | string|number | the id of the related row |
col_ind | number | the index of the related column |
grid.attachEvent("onCalendarShow",function(myCal,row_id,col_ind){
//your code here
});
Back to top