Conversation
|
Please correct the project and update this pull request by pushing a new commit. https://codecentralfarm.devexpress.devx/job/draft-Custom-Column-Chooser_25.1.3+/14/console |
README.md
Outdated
| # Blazor Grid – How to Implement Custom Column Chooser with Sorting, Search, and Select All Capabilities | ||
|
|
||
| Put a screenshot that illustrates the result here. | ||
| This example implements a custom Column Chooser dialog for the [DevExpress Blazor Grid](https://docs.devexpress.com/Blazor/403143/components/grid) component. The dialog displays alphabetically sorted Grid columns and allows users to change column visibility. It also includes select/deselect all and search features (useful when working with a large number of columns). |
There was a problem hiding this comment.
I made minor corrections (which may be improved further) but I think we can make a list of introduced capabilities. This will save us some repetitions. What do you think?
| This example implements a custom Column Chooser dialog for the [DevExpress Blazor Grid](https://docs.devexpress.com/Blazor/403143/components/grid) component. The dialog displays alphabetically sorted Grid columns and allows users to change column visibility. It also includes select/deselect all and search features (useful when working with a large number of columns). | |
| This example implements a custom Column Chooser dialog used for the [DevExpress Blazor Grid](https://docs.devexpress.com/Blazor/403143/components/grid) component. The dialog displays Grid columns sorted alphabetically and allows users to toggle column visibility. It also includes select/deselect all and search features (useful when working with a large number of columns). |
README.md
Outdated
| Then, add implementation details (steps, code snippets, and other technical information in a free form), or add a link to an existing document with implementation details. | ||
|  | ||
|
|
||
| Unlike the custom dialog, a built-in Column Chooser displays columns in the same order as the Grid and allows users to reorder them. Use buttons above the Grid component to open custom and built-in Column Chooser dialogs and compare their functionality. |
There was a problem hiding this comment.
Sounds negative. I'd probably just removed the first sentence (or even the whole paragraph).
README.md
Outdated
| } | ||
| ``` | ||
|
|
||
| A [CheckBox editor](https://docs.devexpress.com/Blazor/DevExpress.Blazor.DxCheckBox-1) below the List Box allows users to reverse the item sort order dynamically: |
There was a problem hiding this comment.
| A [CheckBox editor](https://docs.devexpress.com/Blazor/DevExpress.Blazor.DxCheckBox-1) below the List Box allows users to reverse the item sort order dynamically: | |
| A [CheckBox editor](https://docs.devexpress.com/Blazor/DevExpress.Blazor.DxCheckBox-1) below the List Box allows users to change the item sort order dynamically: |
…Custom-Column-Chooser into create-readme
|
Please correct the project and update this pull request by pushing a new commit. https://codecentralfarm.devexpress.devx/job/draft-Custom-Column-Chooser_25.1.3+/15/console |
Co-authored-by: Elena Khamlyuk <80813840+khamlyuk@users.noreply.github.com>
|
Please correct the project and update this pull request by pushing a new commit. https://codecentralfarm.devexpress.devx/job/draft-Custom-Column-Chooser_25.1.3+/16/console |
No description provided.