Hi.
I am using a scheduler in a rad tabstrip. It is populated according to a projectID when a dropdownlist causes a postback.
If I don't rebind() the scheduler at page load, the scheduler doesn't populate on the first postback from the drop down list.
If I add RadScheduler1.Rebind() in the page load event, it works great except that the insert and update event don't work anymore.
What shall I do to combine both?
I have already added RadScheduler1.Rebind() to the selectedindexchanged event of the drop down list to no effect.
I am using a scheduler in a rad tabstrip. It is populated according to a projectID when a dropdownlist causes a postback.
If I don't rebind() the scheduler at page load, the scheduler doesn't populate on the first postback from the drop down list.
If I add RadScheduler1.Rebind() in the page load event, it works great except that the insert and update event don't work anymore.
What shall I do to combine both?
I have already added RadScheduler1.Rebind() to the selectedindexchanged event of the drop down list to no effect.