I have the tables: products, measures, colors for each product I have related measures and colors. Also I have a form with subtable where I need to show the table with columns: [products] comboboxColumn, [measures] comboboxColumn and [colors] comboboxColumn. The rows should be selected product, selected measure, selected color.
The question is: how can I filter the measures ComboBox list for [measures] combobox-Cell (or colors ComboBox list) in my grid selected row, when I choosing a product from [products] combobox-Cell in that very selected row?