This is a migrated thread and some comments may be shown as answers.

PropertyValidatiojnCompleted event never fires

1 Answer 101 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Arvinder
Top achievements
Rank 1
Arvinder asked on 29 Dec 2017, 11:15 PM

I have a dataform defined like so:

 

<telerikInput:RadDataForm PropertyValidationCompleted="dfOptician_PropertyValidationCompleted" VerticalOptions="Start" HorizontalOptions="Start" x:Name="dfOptician" Source="{Binding SelectedRosterItem, Path=Exam}" ValidationMode="Immediate" CommitMode="Immediate" FormValidationCompleted="dfOptician_FormValidationCompleted">

 

However, the dfOptician_PropertyValidationCompleted never fires

 

 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 03 Jan 2018, 12:42 PM
Hello Arvinder,

Indeed, there is an issue with PropertyValidationCompleted event not fiting in Immediate validation mode,  you can subscribe to the following feedback item: https://feedback.telerik.com/Project/168/Feedback/Details/239538-dataform-uwp-propertyvalidationcompleted-is-not-called-in-immediate-validation in order to receive notifications for status changes.

I am sorry for any inconvenience caused.

Regards,
Yana
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
DataForm
Asked by
Arvinder
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or