GIGJ.COM
welcome to my space
X
Welcome to:gigj.com
Personal Injury | Languages | Soups | Photography | Email | Prepress | Exotic Locations | Computer Games | Related articles
Search:  
 HOME   [SOLVED] Filter a cambobox

[SOLVED] Filter a cambobox

Published by: jane 2009-01-07

  • Hi, i want filter a combobox from other combobox:


    var top3 = new Ext.FormPanel({
    frame:true,
    title:'Artículos',
    items:[{
    layout:'column',
    items:[{
    columnWidth:.23,
    labelWidth: 55,
    layout:'form',
    items:[{
    xtype:'combo',
    store: storeSub,
    fieldLabel:'SubMarca',
    name:'sub',
    displayField:'desc',
    Grid for WPF::
    Eventhandlers (solved wrong Version) C1 WPF Grid Column filter does not work. Retrieve value from Combobox in DataGrid. HighLight entire row
    http://forums.componentone.com/CS/forums/rss.aspx?ForumID=80&Mode=0
    HOME
    CodeProject: ComboBox in a DataGrid. Free source code and programming help::
    embed a ComboBox (DropDownList) even though .NET 2.0 has solved the problem with a ComboBox in a DataGrid. DataGrid with built-in filter functionality
    http://www.codeproject.com/KB/grid/RenDataGridComboBoxColumn.aspx
    HOME
    typeAhead: true,
    mode: 'local',
    triggerAction: 'all',
    selectOnFocus:true,
    valueField:"prodh",
    anchor: '90%',
    listeners : {
    change: function(f,n,o) {
    datagrid filtering - AndreaVB Visual Basic and VB.NET source code ::
    how can i filter a grid and a combobox using another combobox??? can someone help me? helpful, please mark this topic as solved. 28-05-2005 at 12:05 AM
    http://www.andreavb.com/forum/viewtopic.php?TopicID=5210
    HOME
    Excel Help [Archive] - Page 43 - VBA Express Forum::
    Solved: Any tutorials about adding items by typing into a Combobox? Solved: Filter data and count unique. custom function error. Audit trail macro on excel?
    http://www.vbaexpress.com/forum/archive/index.php/f-17-p-43.html
    HOME
    var rgfilterSubMarca = new RegExp(^f.getValue);
    top3.findField('mod').getStore().filterBy(function (record) {
    return record && rgfilterSubMarca.test(record.get('prodh'));
    });
    }
    }
    }]
    },{
    columnWidth:.14,
    labelWidth: 27,
    layout:'form',
    items:[{
    xtype:'combo',
    store: storeMod,
    fieldLabel:'Mod.',
    name:'mod',
    displayField:'desc',
    typeAhead: true,
    mode: 'local',
    triggerAction: 'all',
    selectOnFocus:true,
    valueField:"prodh",
    anchor: '90%'
    }]
    ...
    ...


    I do, when change the combobox, obtain the store (but appear an error) and do the filter.

    Why appear error when obtain the store?

    Thanks,


  • Give your combo an id, then use Ext.getCmp to retrieve it.

    How can use Ext.getCmp this: Ext.getCmp(id).getStore()??

    Thanks,


  • anybody?


  • How are we supposed to guess if you don't provide the error?


  • The API docs dont list a 'getStore' method for comboBox, which is exactly what the error is telling you.
    They do list a 'store' property however.


  • solved with:

    Ext.getCmp('mod').store.

    Thanks,


  • Appear the same error:

    Ext.getCmp("mod").getStore is not a function

    Thanks,


  • Sorry, the error is:

    "top3.findField('mod').getStore() isn´t a function"

    Thanks,


  • Give your combo an id, then use Ext.getCmp to retrieve it.





  • Nortel Unveils Vision, Strategy for Israeli High-Performance Net
    Busy Friday Leads to Strong Close for Net Stocks

  • spilled battery acid
  • webdesign
  • sequence
  • 2 questions
  • question 4 till ga
  • for an experienced icq user only
  • locating pete townsand 39 s email address or another way of contacting him
  • astro physic chemistry
  • how much electricity do hair curlers take to use
  • natural logarithms what are they
  • internet earnings taxable for an australian studying in germany
  • quantitative stats 28
  • capturing streaming video
  •  
  • internet domain search
  • english speaking solicitors in koln west germany
  • ip address resolution
  • small buisness users with pop email accounts
  • file conversion
  • site visitors
  • should i upgrade to windows 2000 professional
  • touchgodlive
  • voc sourceforge net
  • code for till ga
  • chemistry petroleum
  • best news sites
  • searching white pages by street address
  • i need a mail form
  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about [SOLVED] Filter a cambobox , Please add it free.
    About us |Contact us |Advertisement |Site map |Exchange links
    Copyright© 2008gigj.com All Rights Reserved