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
945
Combo's hidden items
posted

I am hiding items in the combo - the combo when dropped shows the right items, but any reference to row[0] as I have in my code shows the the hidden [0] in my combo box although when I dropped it the item doesn't show as selectable. Is there a way around this without me keeping track on which item is hidden? I am forcing it to [0] to show the 1st item available for selection in the drop down, in this case I am ending up with a hidden item showing up although is not available for selection.

Thanks!

Mihail

  • 469350
    Offline posted

    Hi Mihail,

    What you could do is check the HiddenResolved property on the row and loop through the Rows until you get to one that is false.