New to Kendo UI for jQueryStart a free 30-day trial

Layout mode for suggested actions. Supported values:

  • "scroll": Actions are scrollable horizontally
  • "wrap": Actions wrap to multiple lines
  • "scrollbuttons": Scrollable with navigation buttons

Default: "scroll"

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    suggestedActionsLayoutMode: "wrap",
    authorId: "user"
});
</script>
Not finding the help you need?
Contact Support