get the selecteditems of a combobox created dynamically

  1. #1

    get the selecteditems of a combobox created dynamically

    I'm trying this way, but without success.

    Estou tentando desta forma, sem sucesso.

    public void onClickFiltrar(object sender, DirectEventArgs e) { string idStore = e.ExtraParams["store"]; string idPanel = e.ExtraParams["topBarGrafico"]; string idCbbAgrupamento = e.ExtraParams["cbbAgrupamento"]; BuscarDadosDocumentosDashboard(idStore, idPanel, idCbbAgrupamento); } public void BuscarDadosDocumentosDashboard(string idCbbAgrupamento) { Ext.Net.ListItemCollection list = new Ext.Net.ListItemCollection(); list = X.GetCmp<Ext.Net.ComboBox>(idCbbAgrupamento).SelectedItems; }
    he does not return anything on my list.
  2. #2
    Hi @gmarcinari,

    Please provide a full test case. I would investigate.

Similar Threads

  1. Replies: 0
    Last Post: Jan 09, 2014, 11:17 AM
  2. [CLOSED] Setting SelectedItems of a combobox from MVC Model
    By hikalkan in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 19, 2013, 10:50 AM
  3. Combobox SelectedItems by value icw store
    By prost in forum 2.x Help
    Replies: 1
    Last Post: Oct 23, 2012, 9:06 AM
  4. Replies: 3
    Last Post: Jul 24, 2010, 4:31 PM
  5. [CLOSED] add handler to dynamically created combobox/textbox
    By Hari_CSC in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 11, 2010, 8:51 AM

Tags for this Thread

Posting Permissions