Scheduler License

Hi there,

i am currently testing your scheduler for ASP.NET.

I set up the database connection and started investigating the configuration page.

The scheduler itself seems to be missing.

Do i have to set up the scheduler by myself or is there a ready-to-go scheduler already included?

If not, does the commercial license have a included scheduler?

Hi,
scheduler is included into the trial version. How do you render it on the page? Make sure that html element that contains scheduler has initial height set and isn’t collapsed, e.g.[code]


<%= Scheduler.Render()%>
[/code]