[CLOSED] Change ComboBox items during DirectEvent

Page 2 of 2 FirstFirst 12
  1. #11
    Quote Originally Posted by vladimir View Post
    Hi,

    Yes, it was added after the preview is released
    It looks like that the checkboxlist has the same problem as the dropdown had.

    The checkboxlist does not have a GetStore :( ..
  2. #12
    Hi,

    CheckboxGroup doesn't support Store functionality, please see
    http://dev.sencha.com/deploy/dev/doc....CheckboxGroup

    Also, CheckboxGroup doesn't support add/remove checkboxes after rendering, you have to rerender CheckboxGroup if need to add/remove items during DirectEvent

    CheckboxGroup1.Render();
  3. #13
    Quote Originally Posted by vladimir View Post
    Hi,

    CheckboxGroup doesn't support Store functionality, please see
    http://dev.sencha.com/deploy/dev/doc....CheckboxGroup

    Also, CheckboxGroup doesn't support add/remove checkboxes after rendering, you have to rerender CheckboxGroup if need to add/remove items during DirectEvent

    CheckboxGroup1.Render();

    That does not work either.

    this is the event order:

    onload
    buttonclick (shows a form)
    get from db some values and add checkboxes in checklist in the form + also call Render()
    saveclick on form
    no items are available in the checkboxlist
  4. #14
    Hi,

    This issue is not related with original topic's issue. Please create new topic and post test example which demonstrates the issue
  5. #15
Page 2 of 2 FirstFirst 12

Similar Threads

  1. [CLOSED] Add items to FormPanel during a DirectEvent
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 27, 2012, 4:48 PM
  2. [CLOSED] Set MultiSelect selected items during DirectEvent
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Sep 20, 2010, 4:07 PM
  3. Directevent on ext:combobox change
    By Rupesh in forum 1.x Help
    Replies: 2
    Last Post: Sep 16, 2010, 1:47 PM
  4. [CLOSED] ComboBox with Change DirectEvent
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 03, 2010, 7:31 PM
  5. [CLOSED] How to add menu items in a DirectEvent
    By SFritsche in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 18, 2010, 11:01 AM

Posting Permissions