Create multiple schedulers dynamically

Here is a sky drive link to download the zip file for the entire solution:

skydrive.live.com/redir?resid=B … EG787r2KZg

Please modify the app.config of the Bootstrap project and run that first to have EF Code First create the database and data for the MVC site. You will also need to modify the MVC website connection string in the web.config to match your connection.

You will only need to click on the Recruiting link at the top when you run the MVC website, it will take you to a grid which will load up multiple jQuery tabs where a scheduler component will get loaded. You should be able to click on the grid checkboxes, click on open, which will open up multiple tabs, so make sure you select at least 2 to see the issue.

What you should notice is that the rendering of the control has unique divs for each provider. The first provider will load correctly, every provider afterwards will have the grid not load up correctly even though you see the method that the control uses get the data back. I’ve reviewed what is rendered, and it appears everything is correct, and the GetSchedulerData action is being called by each control. Nothing appears to load in the scheduler components after the first one though.

Here is the correct url:

skydrive.live.com/?cid=b4591806 … B437%21192

It is the zip file pertaining to the scheduler.