#1176: dropdownlist with key in grid
-------------------------+--------------------------------------------------
  Reporter:  aecker      |       Owner:  somebody               
      Type:  discussion  |      Status:  new                    
  Priority:  minor       |   Milestone:  0.8.3                  
 Component:  ui          |     Version:  0.8.4                  
Resolution:              |    Keywords:  keyed dropdownlist grid
-------------------------+--------------------------------------------------
Comment (by ed):

 The grid editors are basic wx editor controls, and not fully-wrapped Dabo
 controls. You might try subclassing the GridListEditor class in dGrid.py
 to behave as you like, and then set your new class as that column's
 'listEditorClass' attribute.

 I know that some work was done on the GridListEditor class, but is no
 longer the default, due to problems with controlling its behavior. If this
 proves to be difficult to implement, you might want to create a virtual
 field with the displayed text, and then automatically update the actual ID
 field based upon the selection.

-- 
Ticket URL: <http://trac.dabodev.com/ticket/1176#comment:1>
Dabo Trac <http://trac.dabodev.com>
Trac Page for Dabo


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to