I am using 2008.3.1314.20 of the ASP.NET AJAX RadScheduler, with the Office2007 skin.
I have a problem where the separators for the rows don't line up between the hours column and the resource columns. They are in line for the first time period of the day, but the discrepancy increases as you scroll down (image here: http://i44.tinypic.com/b61p3q.jpg).
I noticed on the online examples, that the rows appear to be realigned as scrolling happens, perhaps via a script, but I don't get this behavior. The declaration of my RadScheduler is below:
I have a problem where the separators for the rows don't line up between the hours column and the resource columns. They are in line for the first time period of the day, but the discrepancy increases as you scroll down (image here: http://i44.tinypic.com/b61p3q.jpg).
I noticed on the online examples, that the rows appear to be realigned as scrolling happens, perhaps via a script, but I don't get this behavior. The declaration of my RadScheduler is below:
| <telerik:radscheduler id="schRoomAssignments" runat="server" |
| skin="Office2007" |
| width="625px" ColumnWidth="50px" |
| showalldayrow="false" |
| shownavigationpane="false" |
| showviewtabs="false" |
| showresourceheaders="true" |
| showfooter="false" |
| selectedview="DayView" |
| datasubjectfield="DayDate" |
| datasourceid="odsRoomAssignments" |
| datastartfield="StartTime" |
| dataendfield="EndTime" |
| datakeyfield="AssignmentID" |
| groupby="Rooms" > |
| <ResourceTypes> |
| <telerik:ResourceType DataSourceID="odsRooms" ForeignKeyField="RoomID" KeyField="RoomID" Name="Rooms" TextField="RoomNumber" /> |
| </ResourceTypes> |
| </telerik:radscheduler> |
8 Answers, 1 is accepted
0
Hello Rick,
This problem has been fixed with the latest version of Telerik.Web.UI. I am not sure why it still occurs at your end. Could you please send us a live url or open a support ticket and send us a small working demo which we can test locally?
Greetings,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
This problem has been fixed with the latest version of Telerik.Web.UI. I am not sure why it still occurs at your end. Could you please send us a live url or open a support ticket and send us a small working demo which we can test locally?
Greetings,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Rick D
Top achievements
Rank 1
answered on 25 Feb 2009, 03:26 PM
Peter,
Thanx for your quick reply. I created a simple test app to submit with a ticket and I'm getting the same behavior. I'm not sure how much good it will do because the data that I'm using is coming from an internal WCF service. Should I submit it as is or remove the references to the service and let you use your own datasources?
Thanx again,
Rick
Thanx for your quick reply. I created a simple test app to submit with a ticket and I'm getting the same behavior. I'm not sure how much good it will do because the data that I'm using is coming from an internal WCF service. Should I submit it as is or remove the references to the service and let you use your own datasources?
Thanx again,
Rick
0
Hi Rick,
If you have managed to isolate the problem - that's very good. Please, send us the demo via a support ticket. We can use our own data source and hopefully, this will not cause replicating the problem to fail.
Regards,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
If you have managed to isolate the problem - that's very good. Please, send us the demo via a support ticket. We can use our own data source and hopefully, this will not cause replicating the problem to fail.
Regards,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Rick D
Top achievements
Rank 1
answered on 25 Feb 2009, 06:06 PM
Peter,
I went ahead and removed the calls to my service and replaced the datasources for the the scheduler and resources with programatically generated datasources so you shouldn't have to do much with the sample app.
I submitted the sample project on support ticket ID 193638. Please let me know if you need any additional information.
Thanx again,
Rick
I went ahead and removed the calls to my service and replaced the datasources for the the scheduler and resources with programatically generated datasources so you shouldn't have to do much with the sample app.
I submitted the sample project on support ticket ID 193638. Please let me know if you need any additional information.
Thanx again,
Rick
0
Nick
Top achievements
Rank 1
answered on 13 Jul 2009, 09:22 AM
Hi Peter,
I am getting the same problem as Rick. Did you find out what the issue was? I am using Q1 2009.
Regards,
Nick
I am getting the same problem as Rick. Did you find out what the issue was? I am using Q1 2009.
Regards,
Nick
0
Hi Nick,
The demo project which Rick sent us uses 2008.3.1314.20 of the ASP.NET AJAX RadScheduler, with the Office2007 skin. Here is what we suggested to him:
"The following styles will fix the problem:
The new skins for Q1 behave better. "
If you experience this problem with Q1 2009, then we will need a demo project from you which we can test locally.
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
The demo project which Rick sent us uses 2008.3.1314.20 of the ASP.NET AJAX RadScheduler, with the Office2007 skin. Here is what we suggested to him:
"The following styles will fix the problem:
| * html .RadScheduler_Office2007 .rsVerticalHeaderTable .rsAlt, |
| * html .RadScheduler_Office2007 .rsVerticalHeaderTable .rsAlt div |
| { |
| height: 20px !important; |
| } |
The new skins for Q1 behave better. "
If you experience this problem with Q1 2009, then we will need a demo project from you which we can test locally.
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Nick
Top achievements
Rank 1
answered on 17 Jul 2009, 07:42 AM
Thanks Peter, however I have narrowed it down to a problem with the following flag:-
<TimelineView ShowInsertArea="false" />
When using the above flag the resource header does not match up with main scheduler grid.
I have raised a bug report for this ( 228060) and supplied a test project to demonstrate the issue.
Thanks for your help,
Regards,
Nick
<TimelineView ShowInsertArea="false" />
When using the above flag the resource header does not match up with main scheduler grid.
I have raised a bug report for this ( 228060) and supplied a test project to demonstrate the issue.
Thanks for your help,
Regards,
Nick
0
Thanks Nick,
We just examined your demo project and verified that the problem was indeed witht the older version which you used 2009.1.402. The current official version will not have this problem.
Best wishes,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
We just examined your demo project and verified that the problem was indeed witht the older version which you used 2009.1.402. The current official version will not have this problem.
Best wishes,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.