[CLOSED] Combo linked

  1. #1

    [CLOSED] Combo linked

    I am using the following example https://examples2.ext.net/ # / Form / ComboBox / Ajax_Linked_Combos /
    Works well.

    But eventually need to do the reload Store "CitiesStore" via code behind.

    I need to remount my second combo as it is selected in the first combo.
    How?
    Last edited by Daniil; May 06, 2011 at 3:18 PM. Reason: [CLOSED]
  2. #2
    Hi,

    I don't understand the requirement.

    Could you clarify/reformulate the following?
    But eventually need to do the reload Store "CitiesStore" via code behind.

    I need to remount my second combo as it is selected in the first combo.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    I don't understand the requirement.

    Could you clarify/reformulate the following?
    I want to go back to my second combo via code-behind.
    I do not want it to be mounted only when I change the value in the first combo.

    Ex: I have a grid with some values ​​added, when I click on the row of the grid I update my combos with the values ​​of the grid via code-behind.
  4. #4
    Well, the one thing you need is the store's .DataBind(), the same as in the sample you mentioned.
    this.CitiesStore.DataSource = data;
    this.CitiesStore.DataBind();

Similar Threads

  1. Example Ajax Linked Combo don't worked
    By vooka in forum 1.x Help
    Replies: 3
    Last Post: Jul 11, 2010, 7:00 PM
  2. Ajax linked combo box in Grid control
    By vs.mukesh in forum 1.x Help
    Replies: 0
    Last Post: Jul 01, 2010, 10:06 AM
  3. Linked Combo Box Problem
    By ary sucaya in forum 1.x Help
    Replies: 0
    Last Post: Jun 04, 2010, 11:40 AM
  4. Linked Combo Boxes using DataSources
    By rthiney in forum 1.x Help
    Replies: 3
    Last Post: Aug 06, 2009, 12:36 PM
  5. Linked Combo set value Problem
    By sachin.munot in forum 1.x Help
    Replies: 0
    Last Post: May 19, 2009, 2:37 AM

Posting Permissions