I change some values of a tree node programmatically and want to show the Ext.tree.Panel the new value.
With set() I get the record “dirty” but somehow this isn’t enough to trigger the renderer to rerender the row.
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.
Use beginEdit() and endEdit() instead. That should trigger the responsible events