Can we remove or hide the default sequence bar in spreadsheet. [See attached screenshot]

1 Answer 74 Views
General Discussions Spreadsheet
Jatin
Top achievements
Rank 1
Iron
Jatin asked on 06 Jan 2022, 05:25 PM | edited on 06 Jan 2022, 05:26 PM

Hi,

Is it possible to remove or hide the space that is highlighted in green on the attached screenshot?

I want to make it look like this below:

This is for the Spreadsheet widget.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 11 Jan 2022, 11:41 AM

Hello Jatin,

You can use the .k-spreadsheet-row-header and .k-spreadsheet-column-header classes to hide the Spreadsheet`s header.

 <style>      
      .k-spreadsheet-column-header,
      .k-spreadsheet-row-header{
        display:none;
      }
    </style>

Here is a Dojo example where this is demonstrated.

I hope this helps.

Regards,
Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Jatin
Top achievements
Rank 1
Iron
commented on 11 Jan 2022, 12:49 PM

Hello Neli,

Thanks for the reply, I have already tried this but the problem is I still see the white/empty space on top and to the left side. Attached screenshot for your reference.

Is it possible to remove or hide that white/empty space as well?

Thanks!

Neli
Telerik team
commented on 14 Jan 2022, 11:11 AM

Hi Jatin,

I am afraid that removing the empty space when hiding the row and column headers in the Spreadsheet will not be easy to achieve. To achieve the desired appearance more complex style customization will be needed. Also, this could lead to unexpected behavior of the widget.

Regards,

Neli

Tags
General Discussions Spreadsheet
Asked by
Jatin
Top achievements
Rank 1
Iron
Answers by
Neli
Telerik team
Share this question
or