Please try the code below:
detailFormatter: function(rowIndex, rowData){
return "<input class='easyui-datebox'>";
},
onExpandRow: function(index,row){
var d = $(this).datagrid('getRowDetail',index);
if (!d[0].parsed){
d[0].parsed = true;
$.parser.parse(d);
}
}