Hi Andrew, I have looked on ext forums and attempted to apply the examples to my grid, although there are no errors it still is not searching. Have followed a post (see below) and although it works in part, I can not make it search a row in the grid. I think that problems I am having is with applying the following:
// Main viewport var viewport = Ext.create('Ext.Viewport', { id: 'main_viewport', layout: 'border', items: [ Ext.create('Ext.Component', { region: 'north', height: 25, autoEl: { tag: 'div', html:'<h1 style="margin-left:10px; margin-top:6px; font-weight:bold; font-family:Arial, Helvetica, sans-serif">Frederick County MD, Public Schools Check Registers</h1>' } }), check_register_grid ] }); check_register_grid.getStore().setExtraParam('sort','check_pay_to'); check_register_grid.getStore().setExtraParam('dir','ASC'); check_register_grid.store.loadPage(1); }); My view is define as: Ext.define('MyApp.view.ui.UsersDetail', {extend: 'Ext.panel.Panel',....initComponent: function() {var me = this; Ext.applyIf(me, { items: [..... Would appreciate any help on this issue,. 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:349587 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm