Completed
Last Updated: 11 Sep 2024 10:21 by ADMIN
Release 2024 Q4 (Nov)
Tom
Created on: 30 Sep 2021 12:16
Category: Grid
Type: Bug Report
2
Using the FilterMenuTemplate on a ForeignKey column with ColumnMenu is not working

I have the foreign key issue that is described here:

https://docs.telerik.com/blazor-ui/knowledge-base/grids-foreign-key 

I am working with your grid and trying to implement the filter template. I am using the sample code on this page under the section Filter Menu Template:

https://docs.telerik.com/blazor-ui/components/grid/templates/filter 

For the text to display I want to use a List of objects that have 2 properties: an id and a text to display.

I have used the grouping header template and the editor template successfully with the foreign key.


My issue with the filter template is as follows:

1. Run the attached project

2. drop down the list

3. select one item

4. press Filter  (this works fine)

5. drop down the list

6. unselect the selected field

7. press Filter  (this does not work – the list is still filtered)

Attached Files:
0 comments