This example shows how to set the width of calendar to a percentage of its parent container.
<div class="easyui-panel" style="width:700px;padding:10px">
<p>
width: 50%, height: 250px
</p>
<div class="easyui-calendar" style="width:50%;height:250px;">
</div>
<p>
width: 30%, height: 40%
</p>
<div class="easyui-calendar" style="width:30%;height:40%;">
</div>
</div>