Hi,
I am using RadScheduler and have set its CultureInfo property to "sv-SE" (swedish) and I have noticed that the "left"-attribute that is rendered in the outputted html uses "," as a decimal separator which is not valid CSS. However, the "width"-property uses "." and works correctly.
The effect is that appoinments that gets an uneven left-value are stacked on top of each other.
The telerik version I am using is 2013 Q3 SP1 (2013.3.1114.40)
An example of the output below, the illegal attribute value is marked in italic:
Can this be fixed in some way?
I am using RadScheduler and have set its CultureInfo property to "sv-SE" (swedish) and I have noticed that the "left"-attribute that is rendered in the outputted html uses "," as a decimal separator which is not valid CSS. However, the "width"-property uses "." and works correctly.
The effect is that appoinments that gets an uneven left-value are stacked on top of each other.
The telerik version I am using is 2013 Q3 SP1 (2013.3.1114.40)
An example of the output below, the illegal attribute value is marked in italic:
<div id="ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder_SlotsScheduler_43_0" title="10:20 - 10:40XXX YYY" class="rsApt resource n10 appointmentPassed rsAptSelected" style="height:29px;width:11.25%;left:78,75%;top:8px;">
<div class="rsAptOut">
<div class="rsAptMid">
<div class="rsAptIn">
<div class="rsAptContent">
<a class="appointmentIcon"></a><span> </span>XXX YYY <a class="rsAptDelete" href="#" style="visibility: hidden;">delete</a> </div>
</div> </div> Can this be fixed in some way?
