Re: cfgridcolumn href question

2008-07-17 Thread gary gilbert
If I understand correctly when a user clicks on a column in your grid you want focus to change to a specific tab? You should be able to get a reference to the underlying ext object and then get a reference to the column model, once you have the reference you can add event listeners to do what you

cfgridcolumn href question

2008-07-17 Thread Lawrence Mak
Hi, I am trying to write a cfgrid in a layout-tab, with column links to other tabs in the layout. However, the href attribute for cfgridcolumn only allows url and column to other pages, not containers such as layout areas. Can anyone suggest other approach to achieve this? Thanks.