How do i access the cells in tree grid panel.
Visit http://try.sencha.com/extjs/4.0.7/examples/tree/treegrid/ to see the sample TreePanel.
How do i access the cells under “Duration” or “Assigned To” columns.
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’m not sure what you really want the data returned in, here’s a way to get data from a grid’s store:
Would get you the value at row index 1 for the column with dataIndex “user”.