New to Kendo UI for jQueryStart a free 30-day trial

Value

methods

Gets or sets the value of the cells.

If the cell has formula set, the value setting will clear it.

Returns:Object

the current value of the top-left cell of the range.

<div id="spreadsheet"></div>
<script type="text/javascript" charset="utf-8">

    $("#spreadsheet").kendoSpreadsheet();

    var spreadsheet = $("#spreadsheet").data("kendoSpreadsheet");

    var sheet = spreadsheet.activeSheet();

    sheet.range("A1:B2").value("foo");
</script>
Not finding the help you need?
Contact Support