You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai/mcp-server.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ The Telerik Blazor [MCP Server](https://modelcontextprotocol.io/introduction) le
16
16
17
17
To use the Telerik Blazor MCP server, you need:
18
18
19
+
*[Node.js](https://nodejs.org/en) 18 or a newer version.
19
20
* A [compatible MCP client (IDE, code editor or app)](https://modelcontextprotocol.io/clients) that supports *MCP tools*. Using the latest version of the MCP client is recommended.
20
21
* A [Telerik user account](https://www.telerik.com/account/).
21
22
* An active [DevCraft or Telerik UI for Blazor license](https://www.telerik.com/purchase/blazor-ui) or a [Telerik UI for Blazor trial](https://www.telerik.com/blazor-ui).
Copy file name to clipboardExpand all lines: components/timepicker/events.md
+25-63Lines changed: 25 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -22,49 +22,30 @@ This article explains the events available in the Telerik TimePicker for Blazor:
22
22
23
23
The `ValueChanged` event fires upon every change (for example, keystroke) in the input, and upon clicking the `Set` or `Now` buttons in the dropdown.
24
24
25
-
>caption Handle ValueChanged
25
+
The event handler receives the new value as an argument and you must update the component `Value` programmatically for the user changes to take effect.
0 commit comments