Last Updated:
12 Aug 2024 15:01
by Stenly
GridView: Add support for DateOnly and DateOnly? types when using the DistinctValuesDisplayMode="Tree" property
Currently, the DistinctValuesDisplayMode="Tree" property of the columns supports only values of the type of DateTime and DateTime?, which the filtering control will display in a tree-like manner.
The DateOnly and DateOnly? types are not supported, however, we can try to add such support.