I am using UltraWebGrid v8.2, and I am not able to find the LogicalOperator property.
I am trying to incorporate a command similar to the below to accomodate multiple filters:
band.ColumnFilters("Unit Price").LogicalOperator = FilterLogicalOperator.Or
Also, Infragistics.WebUI.UltraWebGrid.FilterLogicalOperator.Or is not being recognized.
Have these been replaced with something else?
Could you please point me in the right direction.
Thank you.
Deepak.
Hello Deepak,
The LogicalOperator is available only in WinGrid and not for the UltraWebGrid. Currently, you can't combine two filter conditions in UltraWebGrid. If you want this feature to be enabled for the WebGrid, then please submit a feature request by visiting the following link:
http://devcenter.infragistics.com/Protected/RequestFeature.aspx
Thanks,
Sarita
Thank you. I have submitted the request.