I need to edit two columns of my grid using combos as editors, and I need the values shown in the second to be filtered accordingly to the value selected in the first one. There is also the problem that I need to show the "bound" value (i.e. "description") instead of the Id, in the grid cell. I prepared a (very simplified) fiddle to show the problem here
Looking at the fiddle, I'd need to select the brand in the first combo and then a model in the second, but I should obviously find only the models from the selected brand in there. How can I show the descriptive text in the cell? How can I filter the second combo?
Thanks