-
Notifications
You must be signed in to change notification settings - Fork 459
[DataGrid] Multiselect feature, adding a SelectColumn
#1952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a113c59
Add SelectRowColumn column
dvoituron 81177cd
Including Icons
dvoituron 3e233e2
Update the colum name to SelectColumn and use a EventCallback
dvoituron ef233bc
Adding TGridItem="Person"
dvoituron 5524506
Add SelectAllChanged
dvoituron fc2f225
Add a bindable SelectAll property
dvoituron ac38417
Remove AllSelected demo var
dvoituron 888a78e
Merge branch 'dev' into users/datagrid/multi-select
dvoituron 696923e
Merge branch 'dev' into users/datagrid/multi-select
vnbaaij 4bf3bbf
Add Style
dvoituron 0b38e8c
Fix the sample
dvoituron f110762
Merge branch 'users/datagrid/multi-select' of github.amrom.workers.dev-perso:micros…
dvoituron cbfe3c1
Add IconIndeterminate
dvoituron 0b47a07
Replace by IEnumerable
dvoituron 5ed9696
Add DataGridSelectMode.Single
dvoituron 50068f9
Merge branch 'dev' into users/datagrid/multi-select
dvoituron c8daac0
Separated the SelectedItems and Property / OnSelect (not yet completed)
dvoituron fc271b7
Update
dvoituron 1b83879
Update the 2 examples
dvoituron 0229a57
Add Titles
dvoituron 489af95
Add OnRowDoubleClick
dvoituron 3c1a8ac
Add Enter key
dvoituron 04881be
Update keys to select/unselect
dvoituron 5c87496
Merge branch 'dev' into users/datagrid/multi-select
dvoituron d360e7e
Update doc
dvoituron 323f2c3
Add first Unit Test
dvoituron e275763
Add Unit Tests
dvoituron 56d3a89
Add Unit Tests for Property attribute
dvoituron 4f3e2cc
Merge branch 'dev' into users/datagrid/multi-select
dvoituron cf19e3f
Add SwitchMultiToSingleSelect
dvoituron 6473d6e
Update the doc
dvoituron c927720
Update Single Icons and Doc (PR comments)
dvoituron 1ae2d38
Merge branch 'dev' into users/datagrid/multi-select
vnbaaij File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Style
- Loading branch information
commit 4bf3bbf13f1cbbf5bbed496abe6e3646aa01cdc4
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 7 additions & 1 deletion
8
examples/Demo/Shared/Pages/DataGrid/Examples/DataGridMultiSelect.razor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.