HA
Haishi
July 10, 2007 11:43 PM UTC
To answer myself, use
this.grid.TableDescriptor.RecordFilters.LogicalOperator = FilterLogicalOperator.Or;
The FilterLogicalOperator.Or in original code specifies the logical operation among the FilterCondition[], while this statment controls how the RecordFilterDescriptors are conjuncted.