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
45
How to Loop through the UltraCombo rows
posted

Hi All,

   I am using Infragistics UltraCombo in my window application, I have a situation like this. when user enter values in the Ultracombo i need to check that particulat text is available in the Ultracombo rows,..

I am not able to get the rows collection to loop through the values.

Please let me know how to loop through the UltraCombo rows.


Thanks

Mohan

Parents
  • 469350
    Verified Answer
    Offline posted

     Hi Mohan,

         I answered this question in the old forums, too, but I thought I would respond here, as well.

        If you want to ensure that the user can only select from the list and not type into the combo, you should set the DropDownStyle of the combo to DropDownList.

        Another option is to set LimitToList to true. This lets the user type into the combo, but doesn't let them enter anything that isn't on the list.

        Regarding looping through the row, I don't understand the problem. Why can't you loop through the rows?  

Reply Children
No Data