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
675
Bug or workaround?
posted

I've got a grid with checkboxes in the record selector, and it's working fine... BUT...

It also allows filtering. When I open the custom filter dialog, the grid in that dialog inherits the checkboxes. They shouldn't be there, it looks weird, and it makes grouping of conditions hard (having to select records by clicking in the tiny space around the checkboxes).

I think this is a bug. Should I file one? Is there a workaround?

The attached shows the problem.

customfiltercheckbox.zip
Parents
  • 54937
    Verified Answer
    Offline posted

    The CustomFilterSelectionControl is using the same resources as the XamDataGrid. This is intentional so it gets the same theming, etc.. In this case since you want to affect just the Style of the RecordSelector within the display grid you should set the FieldLayoutSettings.RecordSelectorStyle to that style.

Reply Children
No Data