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

Formating problem

1 Answer 54 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Rui Brito
Top achievements
Rank 1
Rui Brito asked on 06 Jul 2010, 11:57 AM
Hello,

I've been developing for sharepoint 2010 a aplication where i use a radscheduler. The schdualer will be showned on a sharepoint pop up. Here at my company, the schedualer works fine and i have no problem whatsoever. The problem comes when i try this out at the client server.

 

Both servers, at my company and client, the specs are identical:
Windows Server 2008 R2 Standard de 64 bits

IIS 7.5

EDIT: We're using IE8 as the testing browser.

The image in attachment, reflects whats happening at the client.

Here is the code i'm using:

<telerik:RadScheduler ID="radSchedual" DataSourceID="odsSchedual" AllowDelete="true" AllowEdit="true" AllowInsert="true" DataEndField="EndDate"   
                          DataStartField="StartDate" DataKeyField="Id" DataSubjectField="Subject" FirstDayOfWeek="Monday" LastDayOfWeek="Friday" 
                          StartEditingInAdvancedForm="true" StartInsertingInAdvancedForm="true" SelectedView="WeekView" Skin="Vista" Height="550px">  
           
        <AdvancedForm Modal="true" /> 
        <AppointmentTemplate> 
            <div><%# Eval("Subject") %></div>  
        </AppointmentTemplate> 
    </telerik:RadScheduler> 
 
<asp:ObjectDataSource ID="odsSchedual" EnablePaging="false" OldValuesParameterFormatString="{0}" runat="server"    
                            SelectMethod="Get" UpdateMethod="Update" DeleteMethod="Delete" InsertMethod="Set" 
                            TypeName="Cil.ReunioesDigitais.Business.BoardMeetingBusiness, Cil.ReunioesDigitais.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9fcff07d8bed6e3a">  
        <InsertParameters> 
            <asp:Parameter DbType="Guid" Name="userGuid" /> 
        </InsertParameters> 
        <UpdateParameters> 
            <asp:Parameter DbType="Guid" Name="userGuid" /> 
        </UpdateParameters> 
    </asp:ObjectDataSource> 

I'm hoping some help in resolving this issue. I've search the web for a similar problem, but didnt find any.

Thank you for your time.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 07 Jul 2010, 04:23 PM
Hello Rui,

The same problem has been discussed in this forum thread. Please, try the suggestions there and let me know if this helps for your case too.


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
Rui Brito
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or