Hi,
I am trying to render a small datagrid inside each cell of fullcalendar(http://fullcalendar.io/). I am able to initialize datagrids and add rows to each of them using json. Confirmed this by doing a 'getRows'. But none of the rows are shown in UI. Inspect element shows that datagrid-btable is completely missing. While the same code works fine if the parent div is outside the fullcalendar.
EasyUI