Hallo, I have this issue:
I create a grid with a cell and attach a dropdownlist to the cell
I populate the dropdownlist with double values (numeric ID and text) so that when user selects the text , the cellvalue becomes the numeric ID
Everything works fine with user interaction
If instead I try to put a value from code, it doesnt work correctly:
if I set the cellvalue=numeric ID, the cell shows the numeric ID istead of the text
if I set the cellvalue=text the cell shows correctly the text but the cellvalue becomes the text instead of the numeri ID