Last Updated:
07 Jul 2025 13:45
by Stenly
GridView: Add an option for the columns bound to nested properties to return the underlying value and not the display one when exporting/copying
Currently, when exporting/copying cells from a column that is bound to a nested property, the base logic of the GridViewDataColumn is that it has a separate logic for this setup. When exporting/copying, the column will try to retrieve the display value rather than the underlying value.