Unplanned
Last Updated: 30 Sep 2021 08:16 by Brynley
Brynley
Created on: 30 Sep 2021 08:16
Category: Spreadsheet
Type: Bug Report
1
Tools cannot be excluded from the Spreadsheet toolbar by declaring only the desired ones

Bug report

Reproduction of the problem

If you want to have only some of the default tools, you cannot do that with the Spreadsheet wrapper.

  1. Declare the tools you want, e.g.,
.Toolbar(t =>
{
	t.Home(h =>
	{
		h.ExportAs();
	});
})

Current behavior

All the tools are displayed.

Expected/desired behavior

Only the ExportAs tool is displayed.

Environment

  • Kendo UI version: 2021.3.914
  • jQuery version: x.y
  • Browser: [all ]
0 comments