Sunday, 1 September 2013

datebox didn't work in easyui datagrid detailview

datebox didn't work in easyui datagrid detailview

$('#mainGrid').datagrid({
view: detailview,
detailFormatter: function (index, row) {
return '<input class="easyui-datebox" type="text">';
}
});
as above, input tag still shows as textbox instead of datebox.

No comments:

Post a Comment