I will set a default value in my dateboxes:
<div id="tbExpAccountingData" style="height: auto; padding: 10px;">
<span style="margin-bottom: 5px; display: block;">
<label for="date" style="float: left; width: 130px; font-weight: bold;"><strong>{%TPL['LG']['LG']['704']%}:</strong></label>
{%TPL['LG']['LG']['06']%}<input id="ExpFromDate" class="easyui-datebox"></input>
</span>
</div>
When i set the SetValue Statement in my js file
$('document').ready(function() {
$('#ExpFromDate').datebox('setValue', '6/1/2012');
});
The value isn´t set and the datagrid isn´t loading the data. (in my tabs do not loading too) If i remove the datebox SetValue the datagrid loads fine. (and in my tabs)