or
data = { ListPrice: { value: 8.99 }}columns: [ { field: 'ListPrice', title: 'List Price', template: '#= ListPrice.Value #' }]app = new kendo.mobile.Application($(document.body));app = new kendo.mobile.Application($(document.body), {platform: "android"});<dt>@FieldNames.CreateDate :</dt>
<dd>#= (CreateDate == null) ? ' ' : kendo.toString(new Date(parseInt(CreateDate.substr(6))), "d") #</dd>editTemplate: kendo.template($("#editTemplate").html())
But when I click on this Edit button, its not entered into Edit mode.
Can u just suggest any help for this?
Thanks and regards,
Durga bhavani.G