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
960
dropdownlist for a cell
posted

Hi,

I have a cell to which a value list is assigned with values from an enum.

The cell works fine if it's a dropdown.

However, when I set the style property to a dropdownlist, i get the following error after selecting a value and trying to go to the next cell or row:

Data Error

Unable to update the data value: Value in the editor is not valid.

 

Am I doing something wrong here?

 

Thanks,

Parents
No Data
Reply
  • 37774
    posted

    I'm not sure what could be causing the issue here if it works perfectly fine if you have the Style simply set to DropDown; from the sound of it, the DataValue of an individual ValueListItem isn't able to be committed to the cell.  Could you attach a small sample to your post so that I can see what you're doing?

    -Matt

Children