We have some UI related issues in calendar control when we try to upgrade the dll to 6.1.2 version from 5.4.
1."Scroll Down/Scroll Up" label not shown in calendar control in the version 6.1.2. We have tried to set the scrolllabel properties but it does not display.Use the below property to set values. It was working fine in older version without setting explicitly.
ScrollLabelsVisible="True" ScrollDownLabelText="Scroll Down" ScrollUpLabelText="Scroll Up"
2. Also "Loading " label is not shown while loading the calendar control in progress in the version 6.1.2. It was working fine in the version 5.4. used below code to set but it does not work. In version 5.4 it was shown without setting any values.
LoadingLabelText="Loading..." LoadingLabelVisible="true"
Please help to resolve the above issues.
Thanks,
Nihas