Unplanned
Last Updated: 02 Aug 2024 07:46 by ADMIN
serge
Created on: 02 Aug 2024 07:40
Category: DataGrid
Type: Bug Report
0
DataGrid: Distinct values are checked even the FilterDescriptors are cleared from external UI

1. Apply filtering to the DataGrid using the distinct values in the Filtering UI,

2. Clear the filter descriptors from external UI.

3. Open the same Filtering UI

Actual: the distinct values in the Filtering UI are still checked. 

Expected: The distinct values should be cleared.

1 comment
ADMIN
Didi
Posted on: 02 Aug 2024 07:46

Workaround

Execute the default reset command of the filtering UI for the concrete column:

private void Button_Clicked(object sender, EventArgs e)
{
    var context = this.dataGrid.CreateFilterTapContext(this.dataGrid.Columns.First());
    this.dataGrid.CommandService.ExecuteDefaultCommand(Telerik.Maui.Controls.DataGrid.DataGridCommandId.ResetFilter, context);
}

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.