[CLOSED] Display Text on Remote Combo

  1. #1

    [CLOSED] Display Text on Remote Combo

    Hi,

    I have three ajax-linked combos that store an ID mapped to status fields in my database (three tables). When I'm creating a new record, it's no problem, as the stores are loaded as needed and this works as I'd expect.

    If I open an existing record though, where I have some ID's already, and I want to show the status text (instead of the number) in the combo.. I of course have the issue that my store is not loaded yet (as it is set to load when queried).

    Is there any way around this? I don't necessarily want to load all the data up-front for existing records. Could I set that actual display text and the value? I can send both down if needed, and only load the full store data if someone wanted to change a value.


    Thanks.
    Last edited by Daniil; Jan 24, 2012 at 3:42 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Probably, when you open an existing record you will need to load a status code for the specified ID for a database.

    Though I'm not sure how all is configured on your side and what exactly you mean under
    If I open an existing record though, where I have some ID's already
    Could you provide more details? A sample to reproduce the problem would be best.
  3. #3
    Thanks. I'm doing it differently now, but your answer helped.

Similar Threads

  1. [CLOSED] Combo selected text
    By Adrian in forum 2.x Legacy Premium Help
    Replies: 13
    Last Post: Jan 31, 2012, 11:47 PM
  2. text search in combo box
    By Mr.Techno in forum 1.x Help
    Replies: 8
    Last Post: Dec 30, 2011, 5:14 AM
  3. combo - setValue - showing value not display
    By Tbaseflug in forum 1.x Help
    Replies: 2
    Last Post: Dec 21, 2011, 12:32 AM
  4. Combo Box Item Display
    By ajay.maddinani in forum 1.x Help
    Replies: 1
    Last Post: Oct 12, 2010, 9:55 AM
  5. [CLOSED] get more than one text from combo box
    By sharif in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 07, 2010, 10:13 AM

Tags for this Thread

Posting Permissions