Skip to main content

Questions tagged [radzen]

Use This Tag For: UI and workflow design using Radzen's visual interface. Troubleshooting code generation and integration. Help with data, databases, and customization. Cross-platform development with Radzen. Security, access control, and third-party integration. Joining the Radzen community for learning and insights. Guidelines: Be specific, provide code snippets and context. Search before posting to avoid duplicates.

0 votes
0 answers
17 views

Blazor RadzenDataGrid OnRowRender and OnCellRender Delegates Causing Problems

I am using OnRowRender and OnCellRender to get custom alternating row colors on my grids. The problem is that I'd like to centralize the code for this in a base object and these methods have to match ...
Mark Bonafe's user avatar
  • 1,481
-1 votes
1 answer
41 views

How to Modify Blazor Radzen css

I am trying to change the line height of the Radzen Data Grid for the entire solution and not having any luck. I have found that I can do this if I add this style section directly to the .razor file, ...
Mark Bonafe's user avatar
  • 1,481
1 vote
0 answers
39 views

.net Blazor Radzen DialogService is not working

I have a blazor web application and I am trying to add Radzon. Radzen components all are working but when I am trying to add DialogService.Alert or await DialogService.OpenAsync<DialogCardPage>(&...
AhmetBalaman's user avatar
0 votes
0 answers
41 views

Radzen Blazor Datagrid filtering in WASM

I'm in the process of implementing filtering with radzen blazor datagrid. We currently have a WASM project so implementing filtering we would have to use query parameters. For example we might be ...
LordGhandi's user avatar
0 votes
1 answer
34 views

How to selected the Grouped items along with Group name in RadzenDropDown?

Currently We are using RadzenDropDown. Where we have scenario where , we need to select the entire group upon clicking on the grouped item. Is there any property to enable this? have checked all the ...
lokanath das's user avatar
0 votes
0 answers
30 views

Building Reusable Blazor Components - Seeking Advice

I recently built a Blazor Server app using the Radzen master-detail data grid component (https://blazor.radzen.com/master-detail-hierarchy). To improve reusability, I'd like to turn this functionality ...
raysefo's user avatar
  • 413
0 votes
0 answers
33 views

How to make a generic DataGrid using RenderFragment

I have been trying several times now to use the DataGrid example from the website, and create a generic component so that the functionality in that can be reproduced and contained in the usecase of ...
Iustinian Olaru's user avatar
0 votes
0 answers
28 views

I want the calendar min to be equal to the previous list item

I have a radzen calendar picker and i want the min date for it to be equal to the previous list items "GjelderFra", when debugging it apears that the index is 0 when trying to console....
Kevin Jensen's user avatar
0 votes
1 answer
640 views

Blazor Radzen filtering and sorting not working/interacting

Have a very weird issue, I have a basic web app set up using blazor and radzen that retrieves data from Mssql, and displays it. Problem is with filtering and sorting. By simply putting the Allow ...
B. Baxter's user avatar
  • 155
0 votes
0 answers
68 views

c# Radzen datepicker throw error after render

I have an app on blazor. When i add a Radzen datepicker - i have a error on page <RadzenCard class="my-4"> <RadzenStack Orientation="Orientation.Vertical" > ...
Крис Рэкфилд's user avatar
0 votes
0 answers
63 views

.NET 6 to .NET 8 troubleshooting

I'm working on a Blazor project with .NET 6 framework and it works fine. I'm using Radzen too. Since I go to .NET 8, I get a problem with grouping on a Radzen Grid. The grouping never ends and i get ...
Pascal Felix's user avatar
0 votes
0 answers
29 views

RadzenTemplateForm keydown event not working in Chrome and Edge

I'm encountering an issue with the RadzenTemplateForm component where the keydown event is not functioning as expected in Chrome and Edge browsers. The code I'm using is as follows: <...
Ahmad Alinaghian's user avatar
2 votes
2 answers
168 views

How can I convert a RenderFragment to a specific type?

I have a Blazor project with a custom component library based on Radzen components. One of the Radzen components I am using is RadzenDataGrid and I would like to reduce the amount of code that is ...
programmingfun's user avatar
0 votes
0 answers
100 views

How to return down on a radzentextbox when the enter key is pressed

hello I have a blazor page that a RadzenCard with some fields in it I want to be able to return down a field when the enter button is clicked I have looked online and tried a few things but its not ...
djjailbreak's user avatar
0 votes
1 answer
297 views

how to change RadzenDataGridColumn background color

<RadzenDataGridColumn TItem="Finance" Width="50%" Resizable Property="AcurName" Filterable="false" style="background:red" ...
Vanix556's user avatar

15 30 50 per page
1
2 3 4 5
8