Hi
I'm trying to reload a grid's store when the value of a textfield is changed. I'm trying this:
If I check the POST in firebug, the value of commission never changes - even if I hard code a value in.Code:'change': function( field, newValue, oldValue ) { var ds = memberQuotationGrid.store; ds.reload({params: Ext.apply({commission:newValue}, ds.lastOptions.params)}); },
Any ideas?
Best
DF