vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
752 stars 39 forks source link

Error with "Fixed Header" when enabling "Enum Filter" in the grid. #872

Open MaMon1963 opened 1 month ago

MaMon1963 commented 1 month ago

Enabling "Enum Filter" the "Fixed Header" method no longer works correctly. Figure 1 shows the grid in the version without "Enum Filter", while Figure 2 shows the result of the same grid with the application of "Enum Filter". I highlight that in the original version the "State" field in the data model was set to "int" while to enable "Enum Filter" it was typed with its enumeration.

Figure 1: Figura 1

Figura 2: Figura 2

gvreddy04 commented 1 month ago

@MaMon1963 Thank you for reporting this. We will check.