Validation works when going Field to Field But....

Validation works when going Field to Field But....

Old forum URL: forums.lhotka.net/forums/t/2314.aspx


jeffreyice1 posted on Saturday, February 10, 2007

I have an app that applies calculations that mod fields real time on input. It works fine for Validation of fields when you tab or click a new field on the UI. The problem come in when its the last field or when the user clicks away from the active field and the server does not update the calculations. Im new to this so is there a way to force validation from the UI to get the user fields updated??

Such as Enter Key or Click Away (Loss of focus)

Help Please

 

IceMan

Dawn replied on Saturday, February 10, 2007

you can change the control databinding update mode to OnPropertyChanged to achieve this.

Copyright (c) Marimer LLC