SmartComboEditor
 

SmartComboEditor

3 posts, 0 answered
  1. Roger Blanchard
    Roger Blanchard avatar
    381 posts
    Registered:
    29 Jun 2018
    13 Mar 2019
    Link to this post
    Can you use the multi-select feature of the UltraComboEditor?

    In particular, I would like to display one field but save another in the DB. In my testing if I use the DataBindings:Value it does not work at all. If I use the DataBinding:text then I can get it to work but the DisplayField is saved to the DB NOT the KeyField 
  2. Mike Fechner
    Mike Fechner avatar
    319 posts
    Registered:
    14 Sep 2016
    13 Mar 2019 in reply to Roger Blanchard
    Link to this post
    Hi Roger, I have no experience with the multi-select feature of the UltraComboEditor. That might be a better question for the Infragistics or Progress forum. 

    I see however a potential conflict for the use of data-binding (which involves the currecy-manager) and multi-select. 

    I generally prefer to use ValueLists for the UltraComboEditor. Much more pain-less. The ValueListHelper has a bunch of methods to create ValueLists.
  3. Roger Blanchard
    Roger Blanchard avatar
    381 posts
    Registered:
    29 Jun 2018
    13 Mar 2019 in reply to Mike Fechner
    Link to this post
    Thanks Mike. I do have multi-select working with a base UltraComboEditor. I think you are right with the currency-manager causing a conflict.

     I will look at the ValueLists as I am using this elsewhere.

    Thanks.
3 posts, 0 answered