Questions tagged [radzen]
92 questions
0
votes
0 answers
Using Blazor Server .net 7, the Radzen library and Mongodb driver. How do I read and load the MajorRequirements array into the ?
I get an error message that basically says it can't deserailize MajorRequirements because it violates type "Tvalue" (full error log below).
I have tried changing the type of MajorRequirements in Majors.cs to BsonDocument, BsonDocument?, Document and…

Opeyemi Orioke
- 9
- 4
0
votes
1 answer
Blazor Server (.net7) using Radzen and MongoDB, Is there a way to display data from two collections in one datagrid?
I am working with Blazor Server using the Radzen library and MongoDB. I am wondering if anyone knows how to read data from two different collections and display it in one table. I have ID references to other tables. Is it possible to use those to…

x...
- 19
- 5
0
votes
1 answer
dropdown that passes a parameter and recalculate after change
I have a blazor server page that starts with a
…

Baldie47
- 1,148
- 5
- 16
- 45
0
votes
0 answers
Blazor Radzen DataGrid custom filtering unhandled exception
I have a Radzen DataGrid with three columns: First Name, Last Name, and Service Coordinator. I want the Service Coordinator column to have checkbox filtering. I referred to the documentation and tried adapting their code to this problem; however, I…

SputnicK
- 103
- 1
- 10
0
votes
1 answer
Radzen Blazor Group Footer Template with Dynamic Data
I am using radzen library within a Blazer app. I have dynamic data and example of code below. My data is stored in IDictionary. I am trying to add group footer template to the below code to create an aggregation row for each group on…

roa765
- 285
- 3
- 19
0
votes
0 answers
ErrorBoundary as an Exception handler for businessrules
I'm on a search for handling business rule validation at a more global scale. Any BusinessRuleException thrown should result in a notification to the user. I thought of using the new ErrorBoundary component as a base for my own class but it is…

Paul Sinnema
- 2,534
- 2
- 20
- 33
0
votes
1 answer
Radzen DatePicker Font Size
Radzen has a datepicker for Blazor that looks promising. The code below displays it on my webassembly blazor page, however, I do not know how to control the font size with the Radzen component. I have tried adding height to the div, tried adding…

Greg W
- 89
- 1
- 7
0
votes
0 answers
0
votes
0 answers
Robot framework - SeleniumLibrary : locator not found error
I want to locate a dropdown list in robot framework using selenium library. But, I'm facing a locator error like this.
Below is my script and error.
Script
*** Settings ***
Library SeleniumLibrary
*** Variables ***
*** Test Cases ***
Positive…

Asu
- 7
- 4
0
votes
1 answer
Radzen Chart adjustment
I'm trying to graphically show balance/value of some bank account throughout time. For example, in the period of 2 years there were input/output transactions to/from bank account and they were not done periodically, let's say each day, there were…

SennaSenna
- 13
- 3
0
votes
0 answers
Blazor Image not updating after uploading new to Azure
I have a blazor WebAssembly Hosted solution and I am using AzureBlobStorage for image storage of user profile photos. I can upload the photo fine and it works and displays correctly, however, when a new photo is loaded to replace the old in Azure,…

JoeyD
- 693
- 4
- 25
0
votes
0 answers
Error using Radzen's dropdown component when used with Blazor (oqtane)
I am trying to use the dropdown component from Radzen with oqtane. I tried installing System.Linq.Dynamic.core package but the error is not resolved, still getting the same exception.
Are any installations needed for using the dropdown component…

shivangi rajde
- 1
- 8
0
votes
1 answer
RadzenPanel expand icon on left
I'm looking for a way to move the expand/collapse icon in a RadzenPanel from the (default) right to the left. Thank you in advance.

Jay
- 33
- 3
0
votes
1 answer
How to add variable from another class to list in entity framework core?
i am begginer with entity framework and radzen blazor, i have a datagrid and i need to put a details from enrollments. Here's a brief explanation of the relationships of the Enrollement entity:
1-to-n: with the Person entity;
n-to-1: with the Year…

Bruno Silva
- 41
- 7
0
votes
0 answers
Why Blazor with Radzen doesn't have the same behavior in podman container?
I've been working with Blazor Server Side for a while without any problem, using Radzen Blazor nuget for the UI. The problem came when I realize that Blazor doesn't have the same behavior with some Radzen components when is deployed in a podman…

José Chaudary
- 119
- 2
- 7