QuickGrid - Expose way to Hide Column Options #54357
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-blazor-quickgrid
help candidate
Indicates that the issues may be a good fit for community to help with. Requires work from eng. team
Milestone
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I am trying to hide the currently displayed column options when the user presses ESC but there is no function available to do so.
Describe the solution you'd like
The
QuickGrid<T>::ShowColumnOptionsAsync(ColumnBase<T> column)
should accept a NULLABLE value. It should be defined asQuickGrid<T>::ShowColumnOptionsAsync(ColumnBase<T>? column)
No code change would be required, simply a change to the signature of the function.
Alternatively a
HideCurrentColumnOptions()
method could be exposed.Additional context
No response
The text was updated successfully, but these errors were encountered: