2010-03-11 133 views

回答

1

不知道你或其他人是否仍在寻求答案。 我刚通过使用editoptions在列定义,像这样实现的:

... ,editoptions:{dataInit:datepicker} 

其中日期选择器就像是

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