I'am loading data using the Entity Framework into the RadGridView an I'am using the default filter popup control. The problem is that the Entity Framework can throw exceptions when something is wrong with the data. In this case the rows are still displayed but these exceptions are causing trouble with the filter control. (There are no items in the top list to choose from)
Is it possible to get the filter control to work even when exceptions are occuring? Or can I maybe go arround this problem by building my own filter control?