2010-03-11 116 views

回答

1

不知道你或其他人是否仍在尋求答案。 我剛通過使用editoptions在列定義,像這樣實現的:

... ,editoptions:{dataInit:datepicker} 

其中日期選擇器就像是

function datepicker (elem) { 
    jQuery(elem).datepicker(
     // {} // options here 
); 
}; 
的函數