Questions tagged [ant-design-blazor]
21 questions
2
votes
0 answers
Blazor. Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] An item with the same key has already been added
I hope you can help me with this error that I get when selecting an element from a select. The first time I select the item it works without problems but once I try to change the item it shows the following error:
crit:…

E-Marshall
- 21
- 4
2
votes
1 answer
How to trigger @onclick within RenderFragment Antd Blazor
I'm using ant design blazor (.net 5.0, antblazor 0.7.4) and try to trigger @onclick the Button render by RenderFragment: App.razor
@inject NavigationManager NavigationManager

Tony Stackover
- 31
- 6
1
vote
1 answer
How to remove x-axis baseline in column chart of @ant-design/plots
I am finding difficulty in removing baseline from column chart. Here is my code and visual example.
import { Column } from '@ant-design/plots';
const config = {
data: [...dataArr, ...data],
isStack: true,
xField: 'year',
…

Fahad Ali
- 13
- 4
1
vote
0 answers
How to Select GeneratedColumn in Blazor Ant Design Table
I don't know how can I select generated Table in Blazor Ant Design Table.