cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Date picker`s Changed event or textbox`s Changed Event not getting triggered.

Janakiraman-P
14-Alexandrite

Date picker`s Changed event or textbox`s Changed Event not getting triggered.

Hi,

 

Date picker`s Changed event or textbox`s Changed Event not getting triggered when values update through service.

Ex: A service returning dateTime as result and mapping with date picker`s date, whenever it returns different date, value getting updated on widget but Changed event not getting triggered.

similar to text box as well.

 

Is Changed event applicable only for manual change?

 

My requirement is shift based data update, shift date time coming from a service and updating date picker.

 

If above case is not possible ?!! what will the solution for my requirement?

 

Suggestions Please...

 

Regards,

Janakiraman P

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

When you change it via service, the widget doesn't know what changed (it would only know if you opened/clicked it first). To make this work, bind it to the validator or expression function for evaluation.

View solution in original post

1 REPLY 1

When you change it via service, the widget doesn't know what changed (it would only know if you opened/clicked it first). To make this work, bind it to the validator or expression function for evaluation.

Top Tags