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

How can i remove formula bar and cells in radspreadsheet

1 Answer 323 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Saifulla
Top achievements
Rank 1
Saifulla asked on 04 Oct 2018, 04:52 AM

I am trying to create a dynamic html table generator using ken-do Rad Spreadsheet. I am creating my custom toolbar that works fine but my question is, how can i remove Formula Bar, Column Header, Row Header and cells. I have attach a image to my question that is actually i am trying to achieve. can someone suggest me how can i do this am new to telerik.

working exampel: http://dojo.telerik.com/@veselints/iFUgiTOR

 

Thanks.

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 05 Oct 2018, 01:30 PM
Hello Saifulla,

In order to hide the entire formula bar, you can use the k-spreadsheet-action-bar class as a selector and the display:none rule. As for the column and row headers - you can hide it with the k-spreadsheet-row-header and k-spreadsheet-column-header classes:

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

Here is the modified dojo: http://dojo.telerik.com/@nenchef/emiSAJUc/3

Regards,
Nencho
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Spreadsheet
Asked by
Saifulla
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or