I have this filter dropdown that comes from the checkbox list filter of a radzen grid
Is there any way to change the literal texts? I'd like them on a different language
I have this filter dropdown that comes from the checkbox list filter of a radzen grid
Is there any way to change the literal texts? I'd like them on a different language
There is property for every text, check the source code for reference.
How can I check the source code of the dropdown that shows with FilterMode.CheckBoxList on grid filters?
Meant to reply to this message
I found them. It was these:
[Parameter]
public string ApplyFilterText { get; set; } = "Apply";
/// <summary>
/// Gets or sets the clear filter text.
/// </summary>
/// <value>The clear filter text.</value>
[Parameter]
public string ClearFilterText { get; set; } = "Clear";
It was in RadzenDataGrid.razor.cs