Grid View button outside scheduler div

I want to put this grid view control

out side the scheduler control.

I have tried to put grid tab outside but it did not work.
How can I do this?

Thanks

You should add to your control click handler, which will use setCurrentView function.
docs.dhtmlx.com/scheduler/api__s … tview.html

thank you!!!