Hi,
I have a challenge. I would like users to select values from two dropdownlists, and once they did that have that displayed in the grid. So basically I want to display a grid with three columns, the first two are displaying the values selected earlier, and a selection button in the last column.
This part is already working, using a button columntype for the last column and a cellrenderer.
What I need is for the last row to select the dropdownlists, but the other rows to show regular values rather than a dropdownlist.
I understand this must be a challenge, but do you think it is doable?