I need an ability to edit values in a grid column of a treegrid. Simply adding a editor to the column’s config didn’t helped. I’m using ExtJs4 treepanel component.

Any ideas?
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.
Yup, it exists.
I would recommend using the latest version, which at this time is 4.1 Release Candidate 1.
Use an Ext.Tree.Panel
add a Grid Editing plugin, like this:
make at least one of the columns editable like this
You are basically combining this:
http://docs.sencha.com/ext-js/4-0/#!/example/tree/treegrid.html
and this:
http://docs.sencha.com/ext-js/4-0/#!/example/grid/cell-editing.html