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

Rad-scheduler does not work well with RAD-AJAX

1 Answer 58 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Adam El Shafie
Top achievements
Rank 1
Adam El Shafie asked on 16 Oct 2010, 06:06 AM
Hello;

I already use Rad-Scheduler with RADAJAX uner PageView container, everything works fine but when I clisck the appointment in order to edit or view its details it is not responding ( after I publish the project, but before I publish in it works fine)

here is my page code
(RadAjaxManager Code)
 <telerik:AjaxSetting AjaxControlID="RadScheduler1">
                   <UpdatedControls>
                       <telerik:AjaxUpdatedControl ControlID="RadScheduler1" />
                   </UpdatedControls>
            </telerik:AjaxSetting>

(RadScheduler Code)
 <telerik:RadPageView ID="Graphic_Pp" Runat="server" Height="441px" Width="100%">
                                                    &nbsp;<table class="style39" width="100%">
                                                        <tr>
                                                            <td>
                                                                <telerik:RadScheduler ID="RadScheduler1" runat="server" DataEndField="EndTime" 
                                                                    DataKeyField="sn" DataSourceID="Daily_operation" DataStartField="StartTime" 
                                                                    DataSubjectField="File_name" Width="100%">
                                                                    <ResourceTypes>
                                                                        <telerik:ResourceType DataSourceID="Daily_operation" ForeignKeyField="sn" 
                                                                            KeyField="File_number" Name="Kind" TextField="Kind" />
                                                                        <telerik:ResourceType DataSourceID="Daily_operation" ForeignKeyField="sn" 
                                                                            KeyField="File_number" Name="Car" TextField="Car" />
                                                                        <telerik:ResourceType DataSourceID="Daily_operation" ForeignKeyField="sn" 
                                                                            KeyField="File_number" Name="Rep" TextField="Rep_Name_1" />
                                                                    </ResourceTypes>
                                                                </telerik:RadScheduler>
                                                            </td>
                                                        </tr>
                                                    </table>
                                                </telerik:RadPageView>


please Advice


1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 19 Oct 2010, 03:54 PM
Hello Adam,

That's strange. Can you remove RadAjaxManager and wrap RadScheduler in an update panel and let us know if this helps?

Kind regards,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Adam El Shafie
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or