Last Updated:
18 Sep 2019 15:50
by ADMIN
The GridDropDownColumn should natively support displaying / sorting / filtering by TextField (ex. ProductName), but save ValueField (ex. ProductID).
I have NEVER seen a real world UI with a GridDropDownColumn in a Grid where you didn't want to save the ValueField of the GridDropDownColumn (ex. Product ID), but also wanted to display the TextField (ex. Product Name) as well as sort and filter by the TextField. This functionality should be part of the grid and the default behavior for GridDropDownColumn.