Requirement:
Blazor UI web app -> user select and upload excel file
Blazor UI web app -> convert this excel into JSON (column names to properties, column values to values)
Question:
What would be the best way to achieve this? Is there any component/library that we can use?
Thanks,
Artem
I have a Tabstrip control on a Blazor page. Each tab is represented by a component. In each component's code I have a static value i.e.
string staticValue = "Page1Value"
On the parent page I would like to access the "staticValue" value for the currently active tab/child component. It seems that there should be a simple way to do this. I'm finding lots of commentary on pushing parent values to the child and pushing a changed value to the parent via events. But nothing about a parent retrieving a simple static value from a child.
Is there a way to have the toolbar not wrap buttons down to a new line and instead have them appear in some sort of over flow menu?
For example, here is the default on a small screen:
But make it look more like this when it does not fit on a single row:
I have an EditForm with a DropDownList (among other things) and when my OnValidSubmit fires I do what I need to do and then I want to clear the controls so the user can select different values and submit again. The problem is the drop down doesn't clear when I set the selected value to null. I wrote a test app to demonstrate it. When the app loads nothing is selected. If you select the item in the drop down and then click the "clear selection" button it doesn't clear. What do I need to do to make that work?
@page "/"
I have simple tree view i used it to select items from treeview it woks perfectly when I select parent item but
when I select child item . Next time child item disappears.
Anyway how to fix this problem
Designed using the HierarchicalData load on demand example, but I can only get the TelerikTreeView to display when I load the root data manually from OnInitialized. I've even tried calling StateHasChanged in OnInitializedAsync after LoadRootHierarchical has completed.
Is there an issue with TelerikTreeView and async?
"base": "@progress/kendo-theme-default",
"product": "kendo",
"components": [],
"themeBuilder": [
{
"base": "@progress/kendo-theme-default",
"product": "kendo",
"components": [],
"groups": [
{