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

Hiding Columns cause first row height to change

1 Answer 61 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Marc
Top achievements
Rank 1
Marc asked on 17 Feb 2017, 09:51 AM

Very odd conditions, but I have a list of columns which should be hidden initially. I use the following to hide them:

_.forEach(columnsConfig, function (c, idx) {
if (c.hdn === true) {
spreadSheet.activeSheet().hideColumn(idx);
}
});

However, this seems to cause the header row's (row 1) height to multiply. See screenshot, thanks.

 

1 Answer, 1 is accepted

Sort by
0
Misho
Telerik team
answered on 21 Feb 2017, 08:06 AM
Hello,

We are not aware of such issue in Kendo Spreadsheet. I would suggest that you open an official support ticket to provide a very basic runnable sample to demonstrate the problematic behavior and elaborate on your specific scenario.

Thanks for your collaboration in advance.

Best Regards,
Misho
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
Marc
Top achievements
Rank 1
Answers by
Misho
Telerik team
Share this question
or