Hi,
I set the column style property of UltrawinGrid to Dropdown list and i prepopulate the predefined values for the dropdown list at the time of initializing. At the run time i'm assigning the datatable to the Ultrawingrid's datasource. Now if the value in the datatable matches with the dropdownlist it sholud select the specific value from the dropdownlist or else nothing should be selected from the list. How to achive this functionality? For me if the value in the datatable doesn't matches with the dropdownlist, it displays the value which is not there in the dropdownlist. Is there anyway to avoid this?
If the value in the cell has no matching item on the list, then it displays(and saves) the text you entered. What else could is save? What behavior are you expecting?