I have a grid where the cells of one column are a combo or select box. These selections should be populated from a MySQL table. Is there a way to do this? If so, is this data filterable?
Once the user makes a selection, other fields in the row will populate from the same table. (Example: column in product id, once id is selected from field [populated from MySQL table], the description, price, weight, etc are populated in the rest of the grid.