Forum Discussion

mattc_1's avatar
mattc_1
Occasional Contributor
15 years ago

UltraGrid Return Multiple Rows

I am trying to find a good way to find out if I have any rows for an ultragrid that meet the criteria I passed into the binding source.



EX:  State = MO and ZipCode = 64414



The only way that I see is for the user to pass in one column and one value for that column. Am I wrong or is there someway to pass in a multi dimensional array to  each parm?

4 Replies


  • Hi Matthew,





    There is no built-in method to perform such a search. I have registered your request in our database as a suggestion. Thank you.





    In the meantime, you can iterate through all rows and find the needed one using the 'wValue' property to get the values of the current record's fields. Please see the 'Iterating Through Rows in Infragistics WinGrid' help topic for more information.
  • mattc_1's avatar
    mattc_1
    Occasional Contributor
    Ok, I was just thinking there might be some sort of filter I can use that I didn't see.
  • mattc_1's avatar
    mattc_1
    Occasional Contributor
    Now I am on a new delema. Can you call RunRoutineEx and have one of the parms passed in be an array itself? I am trying to not do some string formatting on the script side.