Radzen Blazor Studio 是一种桌面工具,它使 开发人员 能够创建漂亮的商业 Blazor 应用程序。快速地。
开放技术栈
没有供应商锁定。生成的源代码是人类可读的,您可以使用免费工具构建它。
Radzen 由流行的开源技术——ASP.NET Core、Blazor、Bootstrap 提供支持。
直接从 Visual Studio Professional 或 Visual Studio Code 运行您的 Radzen 应用程序。
数据脚手架
连接到您的数据 - MSSQL、MySQL、Oracle 或 PostgreSQL 数据库或 RESTful API。
所见即所得设计
拖放编辑器提供对应用程序屏幕的控制。
内置向导和模板有助于完成常见任务。
丰富的工具箱,包含您需要的所有 UI 组件。
台式机和移动设备
Radzen 应用程序响应迅速,在移动设备上看起来很棒。
Progressive Web App 支持开箱即用。
国际化
提供应用程序的本地化版本。当语言发生变化时,Radzen 会显示翻译后的内容。
用户管理
允许您的用户创建帐户、角色、使用密码或 Active Directory 登录。使您的应用程序的某些部分仅供特定用户访问。
报告和出口
ReportViewer 组件允许您将 SSRS 报告嵌入到您的应用程序中,以便您的用户可以与它们在线交互。
允许您的用户通过内置的 XLSX 和 CSV 导出在 MS Excel 中查看他们的数据。
易于部署
构建用于生产的应用程序并将其部署到 IIS、Azure 和 ZIP。
部署到 IIS
部署到 Azure
Radzen 应用程序部署在您的场所。没有隐藏的运行时成本。
丰富的扩展性
通过提供的扩展点添加自定义业务逻辑。
创建自定义 UI 组件或使用第 3 方组件。
What's new
2.84.5- 2023-04-06
Improvements
(Blazor) Added NavLinkMatch property to RadzenMenuItem.
(Blazor) DropDownBase support for ICollection<> added.
(Blazor) Updated confirm/alert methods to virtual in the dialog service to allow for mocking in unit tests.
(Blazor) Added MarkupString support for RadzenRadioButtonListItem Text and RadzenCheckBoxListItem Text.
(Blazor) Added ShowColumnTitleAsTooltip DataGrid property for enabling/disabling column title tooltip.
(Blazor) Added NavLink-Match property to Link, MenuItem, PanelMenuItem and ProfileMenuItem.
(Blazor) RadzenMenuItem, RadzenPanelMenuItem and RadzenProfileMenuItem can have empty string as Path.
(Blazor) TooltipService Open with position overloads added.
(Blazor) RadzenDataList and Pager Density property added.
(Blazor) Numeric custom value convert support added.
(Blazor) Better handling of Scheduler YearView clicks and overridable MoreText event.
(Blazor) RadzenContextMenu Icon property added.
(Blazor) RadzenAutoComplete close popup if value is smaller than MinLength.
(Blazor) PanelMenu item click added.
(Blazor) Tree item label click should check the CheckBox.
(Blazor) DataList IsLoading property added.
Fixes
(Blazor) Setting the font size or font does not work in HtmlEditor.
(Blazor) RadzenLoging does not post the value of the “Remember me” switch.
(Blazor) Changing PageSize in DataGrid with bound Settings causes an infinite loop.
(Blazor) DataGrid settings not loaded in there is a filtering that leads to empty collection.
(Blazor) DataGrid crashes when filter is applied to Decimal? field and loaded from Settings.
(Blazor) Changed ripple’s pseudo-element to avoid mouse event problems.
(Blazor) Microsoft.CSharp should be referenced for netstandard2.1 only.
(Blazor) Removed unnecessary curly brace in Link component.
(Blazor) Add milliseconds to column filter string for DateTime.
(Blazor) Removed styles that override the appearance of small button in a DataGrid cell.
(Blazor) Close all tooltips on dispose.
(Angular) The name of the logged in user is empty in .NET 7 applications.