Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
475
Show added valuelist text...not valuelist value
posted

I am using a valuelist that displays text, but cell actually contains integer.  I figured out how to add a new item to list and get number to be change/updated in cell by placing code in BeforeExitEditMode.  When I am finished it shows the number for that cell and not the text from the value list.

How do I show valuelist in updated cell?

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    So you are adding a new item to the ValieList in the BeforeExitEditMode event?

    How are you adding the new item to the list?

    What version of the controls are you using?

    Can you post a small sample project demonstrating the issue?

     

Children