customd / jquery-calendar

A full day, week, and resource calendar for use with jQuery.
MIT License
62 stars 26 forks source link

Display the calendar on the popup modal window #4

Closed krisnakp closed 11 years ago

krisnakp commented 11 years ago

Hi,

Can anyone please help me to display the calendar on a popup modal window ...

I tried it but the grid is displaying blank.. without any events nor the header i,e; vertical and horizontal values of the calender.....

Please help me to display this in a popup window and one more thing is may i know what should i do to display the calendar in chrome browser.

Thanks in Advance. Krishna

samatcd commented 11 years ago

Hi There, have you included the .css for the calendar? Can you upload an example of what you've currently got?

samatcd commented 11 years ago

Hi, did you solve this problem? If so, could you please share?

krisnakp commented 11 years ago

Hi Sam thanks a lot for you response. i got it solved. I was using 2 different versions of jquery.min.js files in the application. Then i removed the older version and the issue got resolved. And regarding the chrome issue : the calendar is displaying the events if the events are generated in a static way but not dynamically. Currently in my application i have used some ajax call to get the data from the xml file and then feeding that data to the grid . So there was a small problem in ajax call in chrome browser.

Thanks -Krishna K P