I have just started to investigate Scheduler control on trial version of the product and there is a certain issue that I am getting. A problem is when I am putting the control in the table with width set to 100% and column align set to center the All day event and new appointment divs are going out of the schedule control. Can you please let me know how to fix this problem?
Thanks,
Armen
Thanks,
Armen
4 Answers, 1 is accepted
0
Hi Armen,
Thank you for reporting this problem. Here is a small fix which should take care of it:
We will see if it is possible to integrate this css rule in RadScheduler's skins.
Regards,
Peter
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Thank you for reporting this problem. Here is a small fix which should take care of it:
| <style type="text/css"> |
| .rsApt { left: 0;} |
| </style> |
We will see if it is possible to integrate this css rule in RadScheduler's skins.
Regards,
Peter
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Armen
Top achievements
Rank 1
answered on 10 Apr 2008, 07:26 AM
Thanks Peter,
It worked for all day event, but the problem still remain for the add new appointment. When I double click on some time period, the div which appear for entering the appointment text goes out of my working region and horizontal scrollbar appears. Is there any fast solution for this as well?
Thanks,
Armen
It worked for all day event, but the problem still remain for the add new appointment. When I double click on some time period, the div which appear for entering the appointment text goes out of my working region and horizontal scrollbar appears. Is there any fast solution for this as well?
Thanks,
Armen
0
Hello Armen,
Yes, similarly, you can set:
Sincerely yours,
Peter
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Yes, similarly, you can set:
| .rsAptEdit |
| { |
| left: 0; |
| } |
Sincerely yours,
Peter
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Armen
Top achievements
Rank 1
answered on 10 Apr 2008, 09:28 AM
Great!!! worked.
As much as I go into your product as more reasonable it becomes to purchase and use it in my solutions. Probably I'll do that within few days as the support is great as well.
Thanks guys
As much as I go into your product as more reasonable it becomes to purchase and use it in my solutions. Probably I'll do that within few days as the support is great as well.
Thanks guys