|
Mailing Lists
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
Grid filter textbox
plenty of examples and help on the extjs forums on that one.Andrew Scott 01/21/12 09:10 A Hi Andrew thanks for the reply and will take a look on extjs forumTom Small 01/21/12 09:40 A Hi I am attempting to search for data in a grid via a textfield. Have downloaded a plugin which works in part(http://www.learnsomethings.com/2011/10/12/extjs4-clearable-grid-filter-textbox-that-uses-delayedtask-to-avoid-sending-data-on-every-keypress/#comment-2022), although now I need a plug-in that can search row(s) in a grid? Have look online and can not find anything that I can get my head around, as I am new the extjs4 and coldfusion. Thanks Tom plenty of examples and help on the extjs forums on that one. In fact I think one of the examples in the kitchen sink of ExtJS4 has an example. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 ----- Excess quoted text cut - see Original Post for more ----- Hi Andrew thanks for the reply and will take a look on extjs forum 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
|
June 20, 2013
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||