Hello,

I was wondering about the order in which an HTML response is sent back to the browser. I have been trying to refresh a form (with setvalue's) AND a store (with DataBind) after a GridPanel RowSelect event. It seems that always the store is being refreshed in the response AFTER the form's setvalue's are called, which is quite inconvinient as a form's combobox may rely on that particular store. Is there any way to change the order of the response? Perhaps I got it all wrong, could you please provide some assistance?

Thanks a lot.

Best Regards