Skip to content

Add public method to QuickGrid to close column options UI #57904

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

Conversation

matthetherington
Copy link
Contributor

@matthetherington matthetherington commented Sep 16, 2024

Add public method to QuickGrid to close column options UI

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Summary of the changes (Less than 80 chars)

Description

Adds ability to programatically close QuickGrid's column options UI (previously opened by ShowColumnOptionsAsync)
by changing private CloseColumnOptions method to public CloseColumnOptionsAsync

Fixes #54357

@ghost ghost added the area-blazor Includes: Blazor, Razor Components label Sep 16, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Sep 16, 2024
@matthetherington
Copy link
Contributor Author

@dotnet-policy-service agree

@matthetherington matthetherington marked this pull request as ready for review September 17, 2024 22:07
@matthetherington matthetherington requested a review from a team as a code owner September 17, 2024 22:07
@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Oct 1, 2024
@matthetherington
Copy link
Contributor Author

Closing to re-run validation

Copy link
Member

@javiercn javiercn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs API review

@javiercn javiercn added pending-merge PR is scheduled to get merged at a convenient time and removed pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun labels Jan 24, 2025
@javiercn javiercn merged commit a5c64bf into dotnet:main Jan 28, 2025
27 checks passed
captainsafia pushed a commit that referenced this pull request Feb 11, 2025
…57904)

* Adds a public method to QuickGrid to close the column options UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components community-contribution Indicates that the PR has been added by a community member pending-merge PR is scheduled to get merged at a convenient time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QuickGrid - Expose way to Hide Column Options
2 participants