Jump to: navigation, search

Changes


HowTo:Implement Custom Filtering

1 byte removed, 4 August
/* Comparison */
Comparison of a single date against a property value works the same way as other dynamic filters. Therefore it is sufficient to make use of the previously used .Contains() or .Equals() methods.
Remember that the Date attribute is not directly usable from the DatePicker, and it's its formatted version received via the Tag attribute or an additional label is what is actually used by the EvalExpressions.
<tabs>