Hi!
I'm using the Scheduler, and from a multiselector I want to select the rooms I want to show.
From start, I'm filling the rooms like this:
resources: [
{
field: "roomId",
name: "Rooms",
dataSource: jQuery.parseJSON(response).Rooms,
title: "Room"
}
]
So, inside the change event of the multiselector I want to trigger a change inside the Scheduler to hide or show the rooms selected. How can I do that?
Thanks in advance.
Daniel
I'm using the Scheduler, and from a multiselector I want to select the rooms I want to show.
From start, I'm filling the rooms like this:
resources: [
{
field: "roomId",
name: "Rooms",
dataSource: jQuery.parseJSON(response).Rooms,
title: "Room"
}
]
So, inside the change event of the multiselector I want to trigger a change inside the Scheduler to hide or show the rooms selected. How can I do that?
Thanks in advance.
Daniel