[CLOSED] is there any possibility to assign one combo-box store directly to second comb-box

  1. #1

    [CLOSED] is there any possibility to assign one combo-box store directly to second comb-box

    Hi,

    I have two Ext.comb-box, one combo-box is bind with store using ajax proxy method call and second combo-box i want to bind with same store without giving any proxy call and without using any loop. is there any possibility to assign one combo-box store directly to second comb-box ?


    i am using Ext.net(2.2.0.26551) library.
    Last edited by Daniil; Aug 13, 2014 at 9:11 AM. Reason: [CLOSED]
  2. #2
    Hi @PriceRightHTML5team,

    You can try to share the same Store to both the ComboBoxes using its StoreID property. Though, there will be a problem if you need filtration of items on typing. Filtration items in one ComboBox will affect another ComboBox. Do you need filtration?
  3. #3
    Thanks Daniil !!! assigning same StoreID to both ComboBox is working fine and right now there is no any concern on filtration.
  4. #4
    Good.

    I am closing the thread for now. If any problems pop up with that, you can post here.

Similar Threads

  1. How to assign store.
    By massman07 in forum 2.x Help
    Replies: 7
    Last Post: Jul 15, 2014, 11:10 AM
  2. Replies: 1
    Last Post: Jun 18, 2013, 3:56 PM
  3. Replies: 0
    Last Post: Oct 25, 2012, 9:56 AM
  4. Replies: 2
    Last Post: Jun 07, 2012, 8:28 AM
  5. [CLOSED] Store: Passing JSON data directly to Server-Side
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 09, 2012, 2:08 AM

Tags for this Thread

Posting Permissions