Adding Title to Scheduler

Hi,

I forgot my password for my earlier id(vemuri). so i have registered again and posting this issue.

In my college project, I have different schedulers like College Calendar, Graduate, Post-Graduate Calendar. To achieve this, I have included title in my page like below.

College Calendar
I am able to show the calendar title but the bottom tool bar is missing as shown in the snapshot.

Could you please advise me, how to set the height of scheduler so that the bottom buttons will be shown properly.

–pavan


Hi,

Scheduler and Toolbar should be placed into a Layout:

dhx.ui({ rows:[ {view:"toolbar",...}, {view:"scheduler",..} ] });

If the problem is not solved, you may attach a demo that reproduces the problem