We have a few DataGrids in our application with a lot of columns. Users usually use a combination of filters in different column. Now each time they change a filter, the data starts loading, even though they are not done setting all their filters yet.
It would be nice if they could get an "Apply filter" button, that only executes the ReadData method when clicked. For that to happen I think ideally there would be a FilterMode option added to the DataGrid options. Now we have DataGridFilterMode.Default and DataGridFilterMode.Menu. Maybe you could add DataGridFilterMode.Manual and DataGridFilterMode.MenuManual
We have a few DataGrids in our application with a lot of columns. Users usually use a combination of filters in different column. Now each time they change a filter, the data starts loading, even though they are not done setting all their filters yet.
It would be nice if they could get an "Apply filter" button, that only executes the ReadData method when clicked. For that to happen I think ideally there would be a FilterMode option added to the DataGrid options. Now we have DataGridFilterMode.Default and DataGridFilterMode.Menu. Maybe you could add DataGridFilterMode.Manual and DataGridFilterMode.MenuManual