Our pure JavaScript Scheduler component


Post by Luffy »

Is there a way to assign a modified scheduler state to
scheduler.state 
and redraw the scheduler? :roll:

Post by pmiklashevich »

You can set to the scheduler.state or use API method applyState. No redrawing is required. You can check our State demo for details.

Please provide more details if something doesn't work for you.

Pavlo Miklashevych
Sr. Frontend Developer


Post by Luffy »

It is showing changed event colors but not showing new added columns in the state, what would be the reason?

Is it only working for Grid, not for the scheduler?

Post by mats »

Scheduler extends our Grid so use it in Scheduler too.
It is showing changed event colors but not showing new added columns in the state, what would be the reason?
Impossible to say without a clear test case.

Post by Luffy »

Thanks, now columns are set. but it appends to the existing columns rather setting new columns, how do we remove all columns at once?

The option you provided is not working here viewtopic.php?f=44&t=12098&e=1&view=unread#unread

Post by pmiklashevich »

Could you please submit a full runnable testcase which has only minimal code to show what you're trying to achieve?

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply