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
580
UltraDropDown ValueListResolved -1
posted

Hello!

I have troubles with a ultraDropDown in a UltraGridCell:
(UltraGridCell: Style=DropDown, ValueList=ultraDropDown1)

Please see PDF File:

Thanks for Help!
myGilli

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    How are you checking the selected row? In what event?

    And more importantly, why are you checking the selected row? The selected row in the dropdown is not a reliable value, anyway, since the UltraDropDown control is servicing the entire column. If you want to determine the selected value in a cell of the grid, you should use the Value property of the grid cell.

Children