I have implemented a custom DB provider. The list resources depends on the value selected in a DropDown.
1) in week/day view, if I change the selected value and then double click to add a new appointment, the list of resources reflects my selection
2) if in advanced insert form and I select another value from the dropdown, the list of resources is refreshed BUT with one selection delay. That is, if I selected USA, then EUROPE, it will show me the selection of USA. Then if I select USA, it will show selection of EUROPE and so on.
Any clue? I am calling Scheduler1.DataBind() in the SelectedIndex_Change event but it does not help.
1) in week/day view, if I change the selected value and then double click to add a new appointment, the list of resources reflects my selection
2) if in advanced insert form and I select another value from the dropdown, the list of resources is refreshed BUT with one selection delay. That is, if I selected USA, then EUROPE, it will show me the selection of USA. Then if I select USA, it will show selection of EUROPE and so on.
Any clue? I am calling Scheduler1.DataBind() in the SelectedIndex_Change event but it does not help.