I'm having a problem where TValueListEditor
cell value is not getting refreshed.
In the OnStringsChange
event I'm changing the value of one cell based on the value of another cell.
In windows XP, it's working fine but where as in Windows 7, the TValueListEditor
cell value is not getting refreshed.
I have tried calling the TValueListEditor.refresh
method but it's still not working.
Can anyone give me the solution for this issue?