This is a migrated thread and some comments may be shown as answers.

RadScheduler

3 Answers 56 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Muhammad
Top achievements
Rank 1
Muhammad asked on 17 Nov 2009, 02:08 PM
Hi there,

We are using Q3 2008 RadControls For ASP.NetAjax.
We have requirement of multiple dynamic count scheduler inside DataList.
Here is complete details of the problem:
RadScheduler is inside a Closable-Div in DataList: ItemTemplate. Using Ajax partial Post backs to Create/Update Appointments inside a Scheduler results in the disturbance of the Appointment BackColor of the rest of the Schedulers inside DataList.
You can see the image before ajax call at http://i33.tinypic.com/2cpu6uh.jpg
But after creating some Appointments in a schedule (Left one in Image) http://i38.tinypic.com/a0i1s1.jpg the appointments BackColor of the other Schedulers inside DataList (the right one in image) resets/disturbs.
(Note: In Appointment Creation Ajax postback, we only rebinds that particular scheduler).

Any significant help will be really appriciated in this regards.

Thanks
Sajid Wahab

3 Answers, 1 is accepted

Sort by
0
Chip
Top achievements
Rank 1
answered on 19 Nov 2009, 12:49 PM
Do you update only the Scheduler you are rebinding? If you have an UpdatePanel wrapping a single Scheduler, the update shouldn't be affecting the other Schedulers, but if you are updating multiple Schedulers maybe you should rebind all of them?
0
Muhammad
Top achievements
Rank 1
answered on 19 Nov 2009, 01:30 PM
I only making changes into a particular Scheduler and then rebinds that particular scheduler onyl (and Not the rest of Schedulers in DataList)

Complete details (markup seems like):

<updatePanel>
    <contentTemplate>
        <dataList repeatColumns ="3">
            <itemtemplate>
                <Div>
                    <RadScheduler />
                </Div>
            </itemtemplate>
        </datalist>
    </contentTemplate
</updatePanel>
0
Muhammad
Top achievements
Rank 1
answered on 18 Dec 2009, 11:50 AM
I am still waiting for any significant response from Teleik side,
(I did solve the issue i.e. I din all the DataList Schedulers again, But that has raised some Performance issue).
Shall I open a support Ticket ?
Tags
Scheduler
Asked by
Muhammad
Top achievements
Rank 1
Answers by
Chip
Top achievements
Rank 1
Muhammad
Top achievements
Rank 1
Share this question
or