webfriend13
12 Nov 2012, 2:29 AM
HI All,
I have a radio button. When I use following code, system fires change event of the radio button.
Ext.getCmp('no-range-radio').setValue(true);
Is there is any way to suppress 'change' event when i set the value of the radio button using setValue?
I have a radio button. When I use following code, system fires change event of the radio button.
Ext.getCmp('no-range-radio').setValue(true);
Is there is any way to suppress 'change' event when i set the value of the radio button using setValue?