I have Grid Pro displaying Products. A single column is configured as an EditColumn of type 'select' (dropdown/combobox). I'm trying to set the items for this component based on the Product of that row. Is this possible using the 'select' editColumn?
I tried to achieve what I want using the grid's 'addCellEditStartedListener' event, but I can't seems to access the editComponent from CellEditStartedEvent..
thx!
Yes, the this is missing feature in
CellEditStartedEvent. As an alternative you can use custom editor in your edit column, as then you have reference to the field you are using, see exampleFull code here: https://cookbook.vaadin.com/grid-pro-conditional-edit