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

Add CellEditTemplate To Specific Row ,Column or Cell

3 Answers 55 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
chandan
Top achievements
Rank 1
chandan asked on 27 Feb 2017, 05:29 AM
How to add Cell Edit Template to specific row or column.

3 Answers, 1 is accepted

Sort by
0
Tanya
Telerik team
answered on 01 Mar 2017, 09:48 AM
Hi Chandan,

The RadSpreadsheet control is designed for working with spreadsheet documents and its editing templates cannot be modified.

Depending on your scenario, you could check if RadGridView would suit your needs. More information on how to modify the CellEditTemplate of RadGridView is available in our documentation.

Hope this helps.

Regards,
Tanya
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.
0
chandan
Top achievements
Rank 1
answered on 07 Mar 2017, 11:51 AM

Currently We are using RadGridView in our product. We want to Migrate to Spreadsheet Control. Because it support Xls Kind of View and also support merging. 

Is there any way to implement Edit template on Cell.

Thanks

0
Tanya
Telerik team
answered on 10 Mar 2017, 08:42 AM
Hi Chandan,

What I can suggest you is to create a custom CellEditUILayer. You can find a sample project showing how you can achieve that in this forum post. Please, have in mind that the API was updated and the demo contains a method that is already removed. To build the project, you can just delete the UpdateUIOverride() method, which takes a parameter of type WorksheetUIUpdateContext.

However, changing the layer will affect all the cells in RadSpreadsheet and there is no a way to have different layers for the different cells.

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