[Solved] Radgrid gridtable view apply multiple filters via filter method

0 Answers 3 Views
Grid
Brete
Top achievements
Rank 1
Brete asked on 03 Mar 2026, 09:13 PM

I am filtering a grid (tableview) in javascript  to filter to a single condition. 

 

 $find(tableViewID).filter("Photo_Group", args.get_item().get_value(), "EqualTo");

 

However, where can I find how to filter to multiple conditions.  

Ie the above condition OR filter("Photo_Group", "-1", "EqualTo");

I can see how to do this using the Filtering control,  but I cannot show/use a filtering control on the page.     

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Brete
Top achievements
Rank 1
Share this question
or