I'm using $("#spreadsheet").kendoSpreadsheet() to create a spreadsheet with a toolbar where I have only certain options of the toolbar available. In general, doing this is very straight forward but one of the options I want is "comment". It's on the Toolbar if you don't specify which options you want, but when you do, it does not seem to be available. Am I doing something wrong here. Even the documentation does not list it as an option.
This is straight from the spreadsheet ui documentation:
toolbar - API Reference - Kendo UI Spreadsheet | Kendo UI for jQuery (telerik.com)
The following list indicates the available tools. The tools which are part of a tool group are defined as an array. For example ["bold", "italic", "underline"].
openexportAs- [
cut,copy,paste] - [
bold,italic,underline] backgroundColor,textColorbordersfontSize,fontFamilyalignmenttextWrap- [
formatDecreaseDecimal,formatIncreaseDecimal] formatmergefreezefilter
