Jump to: navigation, search

Changes


HowTo:Implement Custom Filtering

103 bytes added, 28 August
/* Filtering a DateTime Property */ added section on troubleshooting localization
<br>
[[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]]
==== Comparison ====
</tabs>
[[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]]
==== Individual DateTime Components ====
<br>
<br>
 
==== Troubleshooting ====
If no match is found when one is expected, it's possible that localization is affecting the ToString evaluation of the object's DateTime property. The StringFormatConverter used in the Start/End_FilterExpression hardcodes a search string (in this case yyyy/MM/dd with '/' as seperators). To check that that the matched strings coming from the datepickers and property values are exactly the same, output both to the UI and ensure that everything about them is the same, including order of year-month-day elements, dividing symbols, etc.
 
 
{{UnderConstructionEnd}}
696
edits