How to change DataGrid ColumnOptions filter icon? #1515
Answered
by
vnbaaij
aliastopan
asked this question in
Q&A
-
In customcomparer example, |
Beta Was this translation helpful? Give feedback.
Answered by
vnbaaij
Feb 14, 2024
Replies: 1 comment
-
You can change that icon by using the The code in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aliastopan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change that icon by using the
HeaderCellItemTemplate
but when using that, it is left up to that template to render any relevant"show options" UI and invoke the grid's
FluentDataGrid<TGridItem>.ShowColumnOptionsAsync(ColumnBase<{TGridItem>>
.The code in
RenderDefaultHeaderContent
inColumnBase.razor
can be used as a guideline.