Completed
Last Updated: 22 Jun 2022 11:46 by ADMIN
ADMIN
Plamen
Created on: 05 Sep 2016 05:14
Category: Scheduler
Type: Bug Report
0
Inbuild calendar is not displayed correctly in rtl RadScheduler

		
1 comment
ADMIN
Rumen
Posted on: 22 Jun 2022 11:45

To resolve the issue use RenderMode="Lightweight" or apply the following class 

<style>
      .rsDatePickerAnimationWrapper {
          left:2px;
      }
</style>