This is a migrated thread and some comments may be shown as answers.

How to set toolbar collapse use Taghelper

1 Answer 39 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Vincent
Top achievements
Rank 1
Iron
Vincent asked on 04 Jun 2018, 06:14 PM

I can set toolbar collapse use follow code:

@(Html.Kendo().Spreadsheet()
        .Name("spreadsheet")
        .HtmlAttributes(new { style = "width:100%" })
        .Toolbar(false)
        .Sheetsbar(false)....

 

but it dose not work use taghelper.

<kendo-spreadsheet name="spreadsheet" style="width: 100%" sheetsbar="false" >
        <toolbar enabled="false" />


1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 07 Jun 2018, 06:58 AM
Hello Vincent,

Thank you for reporting this behavior. I logged it for fixing and you can track its progress on our Github repo.

I updated your Telerik points for reporting this issue.

Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Spreadsheet
Asked by
Vincent
Top achievements
Rank 1
Iron
Answers by
Ivan Danchev
Telerik team
Share this question
or