Ok a quick look at the docs http://docs.sencha.com/ext-js/4-0/#!/api
Shows that for extJS 4.0 you need to use grid.getSelectionModel() Try that and see how you go. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Tue, Jan 17, 2012 at 4:15 AM, Tom Small <[email protected]> wrote: > > Hi Andrew, thought I had a solution to the flier grid issue although can > not solve the problem. I am using ext designer to generate the code (class) > to filter columns in the grid and have attempted to follow various > examples, although having no luck so far. Is it possible for me to send you > a snippet of my code? As always would appreciate any help on this matter. I > am getting an error; grid.getColumnModel is not a function > [Break On This Error] var cm = grid.getColumnModel(); > > the example I have been following is: https://github.com/nene/filter-row > > Thanks > Tom > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349507 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

