mudblazor component about css design
seems like MudBlazor is too wide? On lower resolutions, the layout breaks.
Can I create a MudAutoComplete MultiColumn Search – Virtualized?
Is it possible to create a Virtualized MudAutoComplete MultiColumn search. See screenshot below. I was able to implement this in Telerik and would like to recreate this in MudBlazor. Note, the binding is on a hidden field ID and the combo box is Virtualized. If Virtualization is not possible the Search can begin after 3 characters of entry.
Can I create a MudAutoComplete MultiColumn Search – Virtualized?
Is it possible to create a Virtualized MudAutoComplete MultiColumn search. See screenshot below. I was able to implement this in Telerik and would like to recreate this in MudBlazor. Note, the binding is on a hidden field ID and the combo box is Virtualized. If Virtualization is not possible the Search can begin after 3 characters of entry.
Can I create a MudAutoComplete MultiColumn Search – Virtualized?
Is it possible to create a Virtualized MudAutoComplete MultiColumn search. See screenshot below. I was able to implement this in Telerik and would like to recreate this in MudBlazor. Note, the binding is on a hidden field ID and the combo box is Virtualized. If Virtualization is not possible the Search can begin after 3 characters of entry.
Can I create a MudAutoComplete MultiColumn Search – Virtualized?
Is it possible to create a Virtualized MudAutoComplete MultiColumn search. See screenshot below. I was able to implement this in Telerik and would like to recreate this in MudBlazor. Note, the binding is on a hidden field ID and the combo box is Virtualized. If Virtualization is not possible the Search can begin after 3 characters of entry.
MudGrid: Vertical alignment of cells
I am new to MudBlazor and failing at a very basic level.
For MudCheckBox tag in v6.0.4 LabelPostion is not working
Tag is not recognizing the LabelPosition attribute, this happened when I Placed the attribute in the tag. I am unable to change the label position as it is not recognizing the attribute LabelPosition
For MudCheckBox tag in v6.0.4 LabelPostion is not working
Tag is not recognizing the LabelPosition attribute, this happened when I Placed the attribute in the tag. I am unable to change the label position as it is not recognizing the attribute LabelPosition
MudMenu causes MudTable to break the horizontal layout of the page
If MudTable operates independently, the horizontal scrollbar is only used within the table content, and the page’s horizontal layout remains normal. However, if a MudMenu wraps around MudTable (for example, to create a context menu, etc.), the MudMenu will cause MudTable to break the horizontal layout of the page. The identifying characteristic is that the horizontal scrollbar now applies to the entire page, not just the table anymore.
How to write a Generic MudTab where it can render any component passing to it
I wanted to have Generic MudTab where any component can be passed in and it will render it.