Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
555
Populating combo values in Grid
posted

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?

Parents
No Data
Reply
  • 469350
    Offline posted

    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?

Children
No Data