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
1470
Custom RecordSelector
posted

Hi there

i tried to create a custom RecordSelector following a sample in the Sample Browser. I followed the sample 'xamDataGrid' --> 'Display' --> 'CheckBox in Record Selectors'.

I display an icon there, when the underlying dataItem.SomeProperty == true (with the Infragistics.Controls.Primitives.BoolToVisibilityConverter). This works fine, but the icon (or the ControlTemplate) is also displayed on the filter row (Filter Record). And is always showed there.

How can i disabled it? I tried to trigger it with a Trigger which is checking the IsDataRecord property, but this does not work. Also i want to keep the functionality, when the user clicks there to clear all the filters.

Can you give me some advise? :)

Kind regards