#event-callback-can-be-async
tip The event is an
EventCallback
. It can be synchronous and returnvoid
, or asynchronous and returnasync Task
. Do not useasync void
. #end
#ensure-nuget-packge-for-upgrade Make sure that you have a NuGet feed source with the version you want to upgrade to. This is usually the Telerik NuGet Feed, but you can also use a local feed from our MSI installer or ZIP archive. #end
#date-format-per-culture
The Format
is culture-specific and the same format may produce different results depending on the culture. You can find more information and examples in the Supported Date Formats article.
#end
#vsx-download You can get the extension from:
- The Visual Studio Marketplace (for Visual Studio 2022 for Windows and Visual Studio 2019 for Windows).
- The Telerik UI for Blazor automated installer (for Windows and Mac).
- Your Telerik.com account (for Mac only). Download the
.mpack
file and use the "Install from file..." button on the Visual Studio Extensions dialog.
Our extention for Visual Studio for Mac will be discontinued in 2024 after Visual Studio for Mac is discontinued.
#end
#vs-code-x-download You can get the extension from:
-
The Extensions tab in Visual Studio Code - search for Telerik UI for Blazor Productivity Tools, select the extension, and then click Install. #end
#valuebind-vs-databind-link For details on Value Binding and Data Binding, and the differences between them, see the Value Binding vs Data Binding article. #end
#rerender-after-event
If you set the ShouldRender
field of the event arguments to true
, the component will re-render after the event (it will call StateHasChanged()
). This can be useful if you need to change its parameters or state during the event execution and especially if you need to execute async
logic in the event handler.
#end
#code-snippets-table
Code Snippet | Component |
---|---|
tb-autocomplete | AutoComplete |
tb-autocomplete-filterable | AutoComplete with Filtering |
tb-barcode | Barcode |
tb-breadcrumb | Breadcrumb |
tb-button | Button |
tb-button-settings | Button with Appearance Settings |
tb-calendar | Calendar |
tb-carousel | Carousel |
tb-checkbox | Checkbox |
tb-checkbox-tristate | Checkbox in Indeterminate State |
tb-chunkprogressbar | ChunkProgressBar |
tb-colorgradient | ColorGradient |
tb-colorpalette | ColorPalette |
tb-colorpicker | ColorPicker |
tb-combobox | ComboBox |
tb-combobox-filterable | ComboBox with Filtering |
tb-contextmenu | ContextMenu |
tb-dateintput | DateInput |
tb-datepicker | DatePicker |
tb-daterangepicker | DateRangePicker |
tb-datetimepicker | Date-Time Picker |
tb-dialog | Dialog |
tb-drawer | Drawer |
tb-dropdownlist | DropDownList |
tb-dropdownlist-filterable | DropDownList with Filtering |
tb-editor | Editor |
tb-fileselect | FileSelect |
tb-filter | Filter |
tb-flatcolorpicker | FlatColorPicker |
tb-form | Form |
tb-gantt | Gantt |
tb-gantt-editable | Gantt with Editing |
tb-ganttcolumn | Gantt - Databound Column |
tb-grid | Grid |
tb-grid-editable | Grid with Editing |
tb-gridcolumn | Grid - Databound Column |
tb-gridcolumn-locked | Grid with Frozen Column |
tb-gridlayout | GridLayout |
tb-listview | ListView |
tb-listview-editable | ListView with Editing |
tb-loader | Loader |
tb-loadercontainer | LoaderContainer |
tb-maskedtextbox | Masked Textbox |
tb-menu | Menu |
tb-multiselect | MultiSelect |
tb-multiselect-filterable | MultiSelect with Filtering |
tb-numerictextbox | Numeric Textbox |
tb-pager | Pager |
tb-panelbar | PanelBar |
tb-progressbar | ProgressBar |
tb-qrcode | QRCode |
tb-radiogroup | RadioGroup |
tb-rangeslider | RangeSlider |
tb-scheduler | Scheduler |
tb-scheduler-editable | Scheduler with Editing |
tb-slider | Slider |
tb-splitter | Splitter |
tb-stacklayout | StackLayout |
tb-stepper | Stepper |
tb-switch | Switch |
tb-tabstrip | TabStrip |
tb-textarea | TextArea |
tb-textbox | Textbox |
tb-tilelayout | TileLayout |
tb-timepicker | Time Picker |
tb-togglebutton | ToggleButton |
tb-tooltip | Tooltip |
tb-treelist | TreeList |
tb-treeList-editable | TreeList with Editing |
tb-treelistcolumn | TreeList - Databound Column |
tb-treelistcolumn-locked | TreeList with Frozen Column |
tb-treeview | TreeView |
tb-upload | Upload |
tb-window | Window |
tb-wizard | Wizard |
#end |
#status-telerik-com
Visit status.telerik.com to check the status of the Telerik NuGet server. The top section shows manually logged incidents with possible updates or workaround suggestions. The System Metrics section provides real-time automated diagnostics. #end
#ci-cd-support
The deployment articles in this documentation provide general guidance and fundamentals. Telerik does not provide technical support for setting up CI/CD environments or application publishing infrastructure, except for questions about using Telerik license keys. #end