Chat

Example

Razor
<kendo-chat>
    <messages />
    <toolbar></toolbar>
    <user />
</kendo-chat>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
on-action-clickStringFired when an action button is clicked inside an attachment template or when a suggestedAction is clicked.
on-postStringFires when a message is posted to the Chat. Can be either through the message box, or through an action button click.
on-send-messageStringFires when a message is posted through the Chat message box.
on-tool-clickStringFires when a button from the toolbar is clicked.
on-typing-endStringFires when the user clears the chat message box which signals that the user has stopped typing. The event is also triggered when the user submits the currently typed in message.
on-typing-startStringFires when the user starts typing in the Chat message box. The event is fired only once and not upon each keystroke.
script-attributesIDictionary<String,Object>
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support