[CLOSED] Razor combobox edit showing id's

  1. #1

    [CLOSED] Razor combobox edit showing id's

    Hi

    Have comboboxes on my grid panel and when first entering I just get the id but the drop down is working fine and the renderer on the column gives me the values I expect. Just that on edit I get the id.... Any idea what I could be missing?
    Last edited by Daniil; Apr 09, 2013 at 4:07 AM. Reason: [CLOSED]
  2. #2
    Hello!

    It's difficult to something concrete without a sample. However, maybe this example will be helpful: http://mvc.ext.net/#/GridPanel_Data_...Field_Mapping/
  3. #3
    Quote Originally Posted by Baidaly View Post
    Hello!

    It's difficult to something concrete without a sample. However, maybe this example will be helpful: http://mvc.ext.net/#/GridPanel_Data_...Field_Mapping/
    Yes this is what I have except that my data is coming from a proxy for the dropdown check the setting and all looks to be the same as the example. Can't really pull out an example from the code as its to intagrated.

    any Ideas why when I go to edit I get say 1 instead of "Department A"
  4. #4
    Please try to debug the Renderer. Maybe, it will give a clue.

    Maybe, the Store which provides the descriptions is not loaded yet when the GridPanel is rendered?
  5. #5
    Store is loaded as the descriptions are rendered correctly when the grid loads and the renderder is applied there.

    Any tips for debuging the renderer my firebug foo is a bit weak.
  6. #6
    Using a "debugger" statement can help to debug.

    If the issue persists, please provide a sample to reproduce the problem.
  7. #7
    will do thanks, will get back with the results

Similar Threads

  1. Grid Edit + Combobox Change Event
    By bobs in forum 1.x Help
    Replies: 22
    Last Post: Dec 17, 2012, 12:33 PM
  2. Replies: 0
    Last Post: Dec 03, 2012, 9:27 AM
  3. Replies: 1
    Last Post: Feb 19, 2012, 1:07 PM
  4. Replies: 3
    Last Post: Jun 03, 2011, 12:10 PM
  5. Replies: 2
    Last Post: Oct 28, 2010, 8:59 PM

Tags for this Thread

Posting Permissions