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

update a cell programmatically

1 Answer 246 Views
ActionSheet
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 11 Feb 2016, 04:15 PM

How can I update a cell in the kendoSpreadsheet through javascript code without it being bound?  I want to be able to do something like:

 myKendoSpreadsheet.ActiveSheet().cell(0,4) = '56';

I cannot find this in the documentation.  I don't want to pull in the entire spreadsheet, just update a single cell.

 Thanks,

Scott Hathaway

Bell Helicopter

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 15 Feb 2016, 12:13 PM
Hi Scott,

You have to reference the cell as a range and use range's value method.


Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ActionSheet
Asked by
Scott
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or