I have a datagrid displaying several attributes.
- One of these attributes is from an associated entity - lets say that the datagrid is orders and the associated entity is customer
- In the datagrid, customer name is displayed with no problem
- When I add a Comparison search field to the datagrid pointing to Customer Name, I can successfully search using part or all of the customer name.
- However, when I add a drop down search field to the datagrid pointing to Customer Name, there are no values in the drop down.
I have tried several different things to resolve this, and can't seem to figure it out. Hopefully, someone in the forum will be able to spot my (stupid) error.