horizontal bar in scheduler and cuztomize minicalender

I’m using scheduler with minicalender(with mvc3 razor code).
I have two difficulties in it,

  1. how to get horizontal scroll bar in scheduler ?( Dayview is fine, but scheduler shrinks its week and monthview , its a mess completely when I tried to add more events)
    this is my index.cshtml
@Html.Raw(Model.Render())

2)is there any way to edit minicalender properties( minicalender that comes with the scheduler)

(1)
There is no way to have x-scroll in scheduler, it is by design and can’t be changed.

(2)
You can define custom styling and replace all text labels with custom one ( by creating custom locale ). Or do you need some other type of customization?