I have a gallery with some TextInput controls. The OnChange property of the TextInput control selects ("Select(btnUploadToCollection)") Button control that upload the changes into Collection.
My problem is that I cannot change the text completely because once I start to type in the code in OnChange property is immediately executed. I already change the DelayOutpit property of TexInput to true and DelayItemLoading property of Gallery to true but I still cannot make my text changes smoothly because I am interrupted by constantly activation of OnChange property's code.
I'd apperciate any help.

Report
All responses (
Answers (