This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Our customer is using dropdown in the list and noticed the strange behavior.
After selecting an item in the dropdown, the selected value is not displayed immediately.
If they click outside the cell, then it's displayed.
I know this is an awful workaround, but I added an extra column, set it to ColumnReadOnly(False) and ColumnVisible(False), for the event of itemchanged, I changed the focus to that other column to force the column2 to show their value. Seems that it only display their value when you move the focus out of the input enable column to another input enable column. You should continue working with support on the fix for this.