Browse by Tags
All Tags » Column » Auto-filtering (RSS)
-
NachrichtIs there a way to specify the distinct values of a
column even if currently no matching data are displayed in the data
grid?
I want to display a full list of the values of an
enum shown in a column.
Example:
enum Priority {low, medium, high }I want to enable the user to set the filter of a list to high ...
|
|
|
|