Telegram_2022-01-12T17

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2022 > 01 > 12 >

Telegram_2022-01-12T17

Telegram link

 

2022-01-12T17:08:01

 

AddChangedControl('IWEDIT1');

 

is needed if you change it via JS and expect the value to be updated (in a later moment) at server side (i.e. the value that you changed will update the property in your IW component)

 


 

Telegram link

 

2022-01-12T17:09:37

 

in the case of IWLabel you don't need to call AddChangedControl() because IWLabel is not an editable/updatable control. The Text property won't be updated at server side