We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

site of frame not valid

site of frame not valid

please see in picture

Attachment: ejSchedule1_3f927b28.zip

3 Replies

KP Krishna Priya Sethuramalingam Syncfusion Team November 5, 2014 11:05 AM UTC

Hi Krittikorn,

Thanks for using Syncfusion products.
We suspect that the "bootstrap.css" file is overrides our schedule control CSS. Therefore, we suggest you to either remove or comment the overriding classes or add the following code in the view page to rectify the issue.

<Code>
<Style>
.e-schedule *{
            box-sizing: content-box !important; // *  overridded
        }
        .e-scheduledialog td, th {
            padding: 6px !important; // td,th overrided
        }
<Style>
</Code>
And also for your reference we have attached the sample.

The "overrided css" are ,
<Code>
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
</Code>

Please let us know if it helps and any further assistance on this.

Regards,
Krishna Priya.S

Attachment: sample117534_37582b5d.zip


KD Krittikorn Deeraksa November 5, 2014 05:28 PM UTC

Thank you very much this solve it.


KP Krishna Priya Sethuramalingam Syncfusion Team November 6, 2014 04:47 AM UTC

Hi Krittikorn,

Thanks for the update.
We are glad to know that your issue has been resolved with the provided solution.Please let us know if any other concerns.

Regards,
Krishna Priya.S



Loader.
Live Chat Icon For mobile
Up arrow icon