Last Updated:
19 Jan 2023 14:50
by ADMIN
GridView: Allow changing the default max number of distinct values that the GridView uses internally
Currently, the GridView is working with a maximum of 1000 items when it comes to distinct values. This is managed by a constant value in the source. Add a way to change this value, thus change the allowed maximum number of distinct values.