Blaz-1033763-Enabling Operator-Based Filtering with ShowFilterBarOperator#9107
Blaz-1033763-Enabling Operator-Based Filtering with ShowFilterBarOperator#9107Prathappr wants to merge 7 commits into
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Updated descriptions for filter bar functionality and improved clarity on filter controls based on data types.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Clarified the description of the ShowFilterBarOperator property and improved the explanation of its functionality in the filter bar.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Clarified the description of the filter bar's functionality regarding input control generation.
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Description
The ShowFilterBarOperator property in the Blazor DataGrid enhances the filtering experience by displaying operator dropdowns within the filter bar. When filtering is enabled (AllowFiltering = true), the Grid provides a filter row below the column headers, allowing users to input filter criteria for each column.
By enabling ShowFilterBarOperator, users can explicitly choose filtering operators such as Equal, Not Equal, Greater Than, Less Than, Contains, Starts With, and Ends With, instead of manually typing expressions. This improves usability and ensures more precise and intuitive filtering.
String → Text input
Numeric → Numeric input
Date/Time/DateTime → Date/Time pickers
Boolean → True/False dropdown
Overall, the ShowFilterBarOperator feature simplifies advanced filtering, improves accuracy, and enhances user interaction by making filter conditions more visible and easy to apply.
Code Studio usage(Mandatory)
Code Studio used in this PR/MR?
If
Yes: Primary use (choose one)Outcome
If “Cost time” explain in short (1 or 2 lines):
Type of Change
Reviewer Checklist (Mandatory)