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

RadScheduler Misaligned on Rebind

3 Answers 87 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sneha
Top achievements
Rank 1
Sneha asked on 11 May 2017, 08:49 AM

Hi,

I have a Rad Scheduler in TimeLine View. It aligns well on the page load, but when we add, delete or edit appointments, the scheduler rebinds and rsVerticalHeaderWrapper div misaligns with rsContentWrapper div. 

The first image shows the scheduler as aligned on PageLoad.

I deleted the appointment "remove block" and the scheduler rebinds which now misaligned the Scheduler as shown in the second image.

Please suggest.

Thanks in Advance.

3 Answers, 1 is accepted

Sort by
0
Sneha
Top achievements
Rank 1
answered on 12 May 2017, 06:07 AM

Hi,

Can anyone please reply to this post asap. This is urgent.

The telerik dll version we are using is 2015.2.729.45.

The styles applied are as below:

<style type="text/css">
            .rsAdvancedEdit {
                top: 20px !important;
                width: 350px !important;
                height: 420px !important;
            }

            div.RadScheduler .rsHorizontalHeaderTable, div.RadScheduler .rsContentTable, div.RadScheduler .rsAllDayTable {
                width: /*\**/ 100%\9 !important;
            }

            * + html div.RadScheduler .rsHorizontalHeaderTable, * + html div.RadScheduler .rsContentTable, * + html div.RadScheduler .rsAllDayTable {
                width: auto !important;
            }

            .RadScheduler .rsTopWrap tr.rsHidden {
                display: block;
            }

            div.RadScheduler .rsVerticalHeaderTable {
                width: auto;
                height: 40px;
                border-bottom-width: 0px;
                border-right-width: 0px;
            }

            div.RadScheduler .rsMainHeader {
                width: auto;
                border-bottom-width: 0px;
                border-right-width: 0px;
            }
        </style>

Thanks in Advance.

0
Sneha
Top achievements
Rank 1
answered on 12 May 2017, 08:09 AM

Sorry. This is the style for div.RadScheduler .rsVerticalHeaderTable and div.RadScheduler .rsMainHeader :

div.RadScheduler .rsVerticalHeaderTable, div.RadScheduler .rsMainHeader {
                width: auto;
                border-bottom-width: 0px;
                border-right-width: 0px;
            }

0
Sneha
Top achievements
Rank 1
answered on 24 May 2017, 05:14 AM

Hi,

This is urgent. Can anyone please reply to this post?

 

Tags
Scheduler
Asked by
Sneha
Top achievements
Rank 1
Answers by
Sneha
Top achievements
Rank 1
Share this question
or