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
1336
"Custom Filter" across fields? (including hidden ones?)
posted

Hi,

I like the "Custom Filter Selection" dialog that allows you to do complex filters, including AND and OR groups, however, it's a bit restrictive only allowing this per field.

I'm aware that you can change the overall logical operator for multi-field filters, using FieldLayoutSettings.RecordFiltersLogicalOperator and since seeing this post: http://forums.infragistics.com/forums/p/28196/109775.aspx#109775, it looks like you can create ConditionGroup objects, to allow more complex AND/OR groups across fields.

Are there any plans to expose this functionality through your UI?

It would be nice if your "Custom Filter Selection" dialog was extended across fields, instead of saying "For Field 'xyz'" at the top, it could provide a drop-down to allow the user to select the field they desire (which would appear in the grid below).  In this way, the end user could create complex groups across fields.

Another bonus would be that you could include the fields that are hidden on the main grid... we don't want to necessarily display all fields on the grid itself (i.e. we want some collapsed), but we still wish to allow the user to filter on them.  I take it there's no way to currently achieve this?

Regards,

Dave