Inside a tabpanel,there is a tab,in the tab there is a gridpanel. One of the columns in the grid needs to have a renderer. The renderer needs to use a property that is defined at the scope level of tabpanel. So from inside column model, can we access the outer scope of tabpanel?
Thanks.