Changes
/* Troubleshooting */
** Ensure that the string you are trying to filter by matches what is returned as the DisplayValue.
** If the property is a INT / DBL (Integer or Double) type: The string comparison doesn't work directly with non-string types. Check the [[HowTo:Implement_Custom_Filtering#Other_Property_Types|Other Property Types]] section.
** If filtering a DateTime property, ensure the formatting of the input matches that of the property value in the EXP string.
** If filtering a GUID property, ensure the same values are compared; DisplayString if the user is inputting readable text, UID if the user has selected an item from a list.
[[Category:Client|Custom Filtering]][[Category:Filtering|Custom Filtering]][[Category:Styling|Custom Filtering]][[Category:WinX|Custom Filtering]][[Category:XAML|Implement Custom Filtering]][[Category:Xamarin|Custom Filtering]]
== See also ==