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

Is it possible to hide the formula bar and row/column headers?

1 Answer 668 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 10 Jun 2016, 10:23 PM

I would like to be able to hide the spreadsheet formula bar as well as the row and column headers.  Is there any way to accomplish this?

Thanks,

Mark

1 Answer, 1 is accepted

Sort by
0
Accepted
Vessy
Telerik team
answered on 15 Jun 2016, 06:46 AM
Hi Mark,

The Formula bar and headers of the rows and columns of the Spreadsheet can be hidden with the following CSS style:
div.k-spreadsheet-formula-bar,
div.k-spreadsheet-row-header,
div.k-spreadsheet-column-header,
div.k-spreadsheet-top-corner
{
    display: none;
}

You will also need to set the Speadsheet's headerHeight and headerWidth properties to 0 in order to avoid the top and left of the widget's content. A sample demonstrating the same can be seen here:
http://dojo.telerik.com/ibube

Regards,
Vessy
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Spreadsheet
Asked by
Mark
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or