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?
Hello,
As far as I understand you were able to solve your issue.
Please let me know if you have any further questions
I placed code in the grid's BeforeExitEdit Mode event. If text entered was not in VALUELIST I call a dialog form and add the new data on the company. I solved the issue....after my stored procedure ran inserting the new data I did not refill my DataAdapter that was being used to REpopulate the valuelist
Thanks for replying to my post.
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?