Hi,
For my RadScheduler control I have on the page, within the AppointmentTemplate tag I have a Web.UI.WebControls.Repeater defined.
In the AppointmentCreated event, I get a handle on the repeater and bind a datasource to this and call databind.
However on any postbacks the repeaters lose their state. IIRC the Repeater control manages it viewstate between postbacks.
The only way I've been able to get round this issue is to databind the scheduler control on every postback, which is not desirable.
Can you suggest anything?
Regards
John
For my RadScheduler control I have on the page, within the AppointmentTemplate tag I have a Web.UI.WebControls.Repeater defined.
In the AppointmentCreated event, I get a handle on the repeater and bind a datasource to this and call databind.
However on any postbacks the repeaters lose their state. IIRC the Repeater control manages it viewstate between postbacks.
The only way I've been able to get round this issue is to databind the scheduler control on every postback, which is not desirable.
Can you suggest anything?
Regards
John