Hello,
in the XamGrid:
-how i can remove the content of a unboundfield in the filter row? I want set a blank cell
-how i can set a background color on the filterred column? With DataTrigger?
Help will be appreciated. Thanks
Hello Valerie,
Thanks. My issue is solved.
Were you able to resolve your issue?
Sincerely,Valerie Developer Support Supervisor - XAMLInfragisticswww.infragistics.com/support
In order to change the look of the Filter Cell for a particular column you can set the FilterRowCellStyle to a style targeting the FilterRowCellControl. One way to remove the content of the cell would be to set the ContentTemplate to an empty Grid.
In order to change the background of the Filter Cell when a value is present (i.e the column is being filtered) you can create another style targeting the FilterRowCellControl and use a trigger with a converter to check if the FilterCellValue is populated.
Please see attached sample.
Let me know if you have any questions.
Sincerely,
Valerie
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support