Posted 28 September 2021, 7:13 am EST
Hello,
I have the following problem. When I replace the standard editor for grid cell by combobox I lose the ability to filter the available options based on a previously selected option in another grid cell.
I have the getDisplayValues() function defined for the dataMap but it seems that by replacing the editor this stops working.
The overall goal I want to achieve here is to add virtual scroll for dropdownList types.
Has anyone had a similar problem and managed to solve it?