Hi,
I can able to use Scheduler.ascx in empty layout but for my custom layout i cannot able to integrate.
Please assist and do the needful.
Thank You
Hi,
I can able to use Scheduler.ascx in empty layout but for my custom layout i cannot able to integrate.
Please assist and do the needful.
Thank You
Please provide some more info
Maybe you have a sample or demo link where problem can be checked ?
Hi,
Thanks For you reply.
We are using BootStrap v3.0 for Layout Design.
we use MVC Technology.
when we include scheduler user control in View Page with our Layout design,
scheduler control cannot be visible, but the scripts are loaded in page source.
if i exculde the layout page scheduler control is visible.
Thank you
Check the element of the scheduler with the dom Inspector. Probably it has zero height
scheduler-net.com/docs/faq.html# … n_the_page
Try setting some fixed height to the container of the scheduler
Hi,
Thank You for your reply.
Still we cannot able to integrate the scheduler.
we provide the source includes layout and scheduler.
Please find the source link for your references.
Thank You for your support.
Thanks for your reply.
Sorry for the inconvenience.
I cannot able to attach Html file, so PFA in (Zip) file.
so that you can check and let me know.
Thank you for your support.
Scheduler.rar (17.2 KB)
Hi,
the height of scheduler container is defined as ‘100%’, maybe this causing the issue if the .row has no default heigth
Try adding css like following:
#scheduler_here{
min-height: 600px;
}
does in changes anything?
Sooper and Thanks for your solution.
It works for me. . .
Happy!!!
Thanks a lot for your solution