I have a grid with a GridForeignColumn:
<GridForeignColumn Field="@nameof(ArticleModel.ArticleGroupId)" ForeignDataSource="@_articleGroups" ForeignKeyField="Id" ForeignKeyValue="Name" HeaderText="Test" Width="100" AutoFit="true" />
FIlter settings in the grid are "FilterType.Menu".
I can set a filter, which works fine. But when I try to clear the filter (button in filter menu), nothing happens. I've also tried with OnActionBegin and OnActionComplete, but clicking on the clear button sends a "Filtering" event, not "ClearFiltering".
All other (non GridForeignColumn) work as expected.
Kind regards
Roland
Hi Renjith,
thank you for the reply. I wanted to create a sample for you, but could not reproduce the problem either. I had the same column with a Template, and the Foreign Column as a test. When I removed the templated column, all worked fine.
So it seems, that having the same column in two different ways caused the problem, but now all works fine.
Regards
Roland