I use checkcolumn in my grid. I want to save store AFTER click checkcolumn ( in my store autosave=false ).
Share
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.
After click checkcolumn ‘click’ event happend. add listener to this event, if status of checkcolumn is correct (I assume ‘on’) fireEvent ‘time_to_save_store’, setup handler to this event in grid which will save your store….