EasyUI Forum
September 13, 2025, 04:49:35 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / datagrid not rendering inside jquery fullcalendar on: May 28, 2015, 05:15:13 AM
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.
2  General Category / EasyUI for jQuery / dialog/window not displayed in center in 1.4.1 on: November 28, 2014, 07:42:26 AM
I tried upgrading from 1.3.6 to 1.4.1. After upgrade new dialog and window are opened at random locations on screen. They always used to open in center until version 1.3.6. Looking at the source I figured a workaround to call method 'center' on load.
Code:
$('#dialog').dialog('center');
But this is not scalable as I am using dialog at 100+ places. Is there a way to ensure that all dialog/window open in center of screen by default. This is a blocker for me and I can't upgrade.

Please help !!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!