I have a website that supports many languages with those who require right to left direction
my RadScheduler control is inside a div that changes its style and Direction to RTL
but the RadScheduler alignment is not correct please refer to the attached image.
I tried to do some research and I found this link that belongs to you
http://www.telerik.com/help/winforms/scheduler-localization-right-to-left.html
It says that the RadScheduler supports right to left like this
But I cound't find the .RightToLeft option in my source code ! is it because of the version ?
would this solution resolve my problem ?
I'm using telerik rad controls version : 2012.3.1205.35
ASP.Net 2008 with C#
Please advice
Thanks
my RadScheduler control is inside a div that changes its style and Direction to RTL
but the RadScheduler alignment is not correct please refer to the attached image.
I tried to do some research and I found this link that belongs to you
http://www.telerik.com/help/winforms/scheduler-localization-right-to-left.html
It says that the RadScheduler supports right to left like this
radScheduler1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
But I cound't find the .RightToLeft option in my source code ! is it because of the version ?
would this solution resolve my problem ?
I'm using telerik rad controls version : 2012.3.1205.35
ASP.Net 2008 with C#
Please advice
Thanks