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

Turning on Filter and Freezing 1st Row from Java

1 Answer 50 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Neil
Top achievements
Rank 1
Neil asked on 10 Apr 2017, 03:58 AM
I wish to hide the toolbar bar, but would like to use the filter and freeze pane functionality. Is there a way to turn both on for Row A without using the toolbar?

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 11 Apr 2017, 01:43 PM
Hello Neil,

You could enable the filtering on the Spreadsheet content by using the filter() method of the Spreadsheet Range object. On the other hand, you could freeze rows / columns by using the frozenRows() or the frozenColumns() method of the Spreadsheet Sheet object.

Here you will find a small Dojo sample, implementing the above.

Regards,
Veselin Tsvetanov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 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
Neil
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or