In some scenarios, you might want to conditionally show or hide command buttons in a Grid for Blazor based on the data of the current row. For instance, you may want to display a delete button only for items that meet certain criteria. This article demonstrates how to achieve this behavior...
New to Telerik UI for Blazor? Start a free 30-day trial Grid Command Column The command column of a grid allows you to initiate inline or popup editing, or to execute your own commands. To define it, add a GridCommandColumn in the GridColumns collection of a grid. The command column...
Icon parameter in Telerik Blazor components RAZOR <TelerikButtonIcon="@FontIcon.Save">Button with font icon</TelerikButton><GridCommandButtonIcon="@SvgIcon.Save">Command Button with SVG icon</GridCommandButton> Font Icon Stylesheet In version 4.6.0 of Telerik UI for Blazor, the font icon styles...
GridBeforeCsvExportEventArgs GridBeforeExcelExportEventArgs GridBeforePdfExportEventArgs GridCellRenderEventArgs GridColumn GridColumnMenuChooser GridColumnMenuChooserGroup GridColumnMenuChooserItem GridColumnMenuSettings GridColumnState GridCommandButton GridCommandColumn GridCommandEventArgs GridCsvExport GridExcelExport...
This Blazor Data Grid Frozen Columns example is part of a unique collection of hundreds ofBlazor demos, with which you can see allTelerik UI for Blazor componentsand their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme...
Remove Telerik UI for Blazor tracking from Telerik UI for ASP.NET MVC Visual Studio Extensions Add default-v2 and material-v2 themes in Telerik UI for ASP.NET MVC Visual Studio Extensions wizards What's Fixed Notifications from Telerik Visual Studio extensions do not appear in Visual Studio 201...
Add tracking for UI for Blazor usage in Kendo VS extensions What's Fixed VS extensions throw NullReferenceException while trying to initialize ProductUsedTrackers 2019.2.503 What's New Remove "Mobile With AJAX Navigation" and "Mobile With Server Navigation" MVC Templates ...
The Telerik Blazor Grid component lets your end users edit the data. They can alter or delete existing records or insert new ones—all the CRUD operations are conveniently exposed through events that give you the user action and the model, so all you have to do is add your business logic ...
There are some changes in the events and API of the Telerik Blazor Grid component between the 0.5.0 pre-release version and the 1.0.0 official version. We made them in order to provide better functionality, consistency and semantics of the way the component works. ...
New to Telerik UI for Blazor? Start a free 30-day trial Grid - Refresh Data One of the key features of Telerik UI for Blazor Grid component is its ability to refresh the displayed data. This ensures that the Grid always presents the most up-to-date information, no matter if you are...