I have a view. Controller is doing some logic, where I press some buttons in view (data passed to server and we have a callback).
I need to update (reload?) view via controller.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I dont know if I understand but, If you want to reload a grid after an insertion, you need to do this
If you want to reload a store after an insertion, you need to do this:
or through grid
in your success or callback function in store.sync()
I hope I helped