This question is locked. New answers and comments are not allowed.
I assumed that the watermark content property worked like the button content property
but when i implement the above the watermark displayed the bound class property name
(see start date in snapshot below)
what am i doing wrong
any help would be appreciated
thanks
dco
<dataFormToolkit:DataField> <telerikInput:RadDateTimePicker DisplayDate="{Binding StartDate,Mode=TwoWay}" SelectedDate="{Binding StartDate,Mode=TwoWay}" > <telerikInput:RadDateTimePicker.DateTimeWatermarkContent> <TextBox Text="Enter Start Date" /> </telerikInput:RadDateTimePicker.DateTimeWatermarkContent> </telerikInput:RadDateTimePicker> </dataFormToolkit:DataField> but when i implement the above the watermark displayed the bound class property name
(see start date in snapshot below)
what am i doing wrong
any help would be appreciated
thanks
dco