Hi,
I'm trying to set the tooltip on the RadDatePicker when I get a validation error from my viewmodel.
No matter what I try, I can't seem to update the tooltip.
Thanks,
Andy
I'm trying to set the tooltip on the RadDatePicker when I get a validation error from my viewmodel.
<Trigger Property="Validation.HasError"Value="True"><Setter Property="FrameworkElement.ToolTip" Value="{Binding RelativeSource={RelativeSource Self}, Path=(Validation.Errors).CurrentItem, Converter={StaticResource edenValidationErrorToolTipConverter}}" TargetName="PART_DateTimeInput" /> </Trigger>No matter what I try, I can't seem to update the tooltip.
Thanks,
Andy