Hi,
I'm pretty new to the Silverlight radcontrols and I'm a bit stuck on a couple of issues here.
Question 1.
This one I guess is pretty simple. I'm actually having problem setting the height smaller than default:
No matter how small I set the height(frame) it's stuck at about 22px. But the actual content(the date) is adjusted to the height I set. How can I adjust the height of the frame?
Question 2.
In the same control(as above) the format changes according to the input date I enter. I'm from Norway and we use the format dd.mm.yyyy. If I want the fill in 5th of December 2011, I enter 05.12.2011. On LostFocus it changes the value to 12.05.2011. I've tried the culture property without success.
Anyone have tips on the one?
Thanks in advance! :)
I'm pretty new to the Silverlight radcontrols and I'm a bit stuck on a couple of issues here.
Question 1.
This one I guess is pretty simple. I'm actually having problem setting the height smaller than default:
<telerik:RadMaskedDateTimeInput Height="19" Width="145" Value="{Binding Path=CurrentCI.Birth, StringFormat='dd.MM.yyyy', Mode=TwoWay,
ValidatesOnExceptions=True, NotifyOnValidationError=True}" x:Name="txtBorn" Mask="dd.MM.yyyy" SelectionOnFocus="CaretToBeginning" IsClearButtonVisible="False"/>
No matter how small I set the height(frame) it's stuck at about 22px. But the actual content(the date) is adjusted to the height I set. How can I adjust the height of the frame?
Question 2.
In the same control(as above) the format changes according to the input date I enter. I'm from Norway and we use the format dd.mm.yyyy. If I want the fill in 5th of December 2011, I enter 05.12.2011. On LostFocus it changes the value to 12.05.2011. I've tried the culture property without success.
Anyone have tips on the one?
Thanks in advance! :)