[DevExpress Support Team: CLONED FROM A344: How to filter lookup records using another cells value as a condition]
I was trying to use "Way 2" (directly filter the dropdown lookup Grid) but I ran into a problem. The values I'm using to filter on are in the dataset that drives the lookup grid but it looks like I can't use them in the filter unless I add those to the list columns in the lookup grid. Is this correct? For example, in your Medication demo for this, you filter the medication name dropdown based on medication class. You can do that because ClassID is one of the list columns. What if I don't want to see ClassID there? In my application I do not want to show the columns I'm using to filter on. And there doesn't appear to be a way to add a column and make the column not visible. Is there a way to use the filter to access fields in the dataset that are not in a column in the grid?