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
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.