Hi,
I have following code, and i could editable field marked as editable: false ?
Why regards
<div kendo-grid="mygrid"
class="customTransBg"
uib-collapse="hideDifference"
k-data-source="mygridDatasource"
k-sortable="true"
k-editable="true"
k-pageable="true"
k-filterable="{mode: 'row'}"
k-columns='[
{field: "source.<spring:message code="global.description"/>",
title:"<spring:message code="rapport.etatcompte.erreurs.colonne.source"/>",
filterable: filteringConfig, editable: false},
{field: "compte", title:"<spring:message code="rapport.etatcompte.errors.colonne.compte"/>",
filterable: filteringConfig, "editable": false},
{field: "date",title: "<spring:message code="rapport.etatcompte.errors.colonne.date"/>", editable: false,
filterable: filteringConfig},
{field: "facture", editable: false,title: "<spring:message code="rapport.etatcompte.errors.colonne.facture"/>",
filterable: filteringConfig},
{field: "total", title:"<spring:message code="rapport.etatcompte.errors.colonne.total"/>", editable: false,
format:"{0:c}",
filterable: filteringNumberConfig},
{field: "codeErreur",
defaultValue: {id:" ",descriptionFr:" "},
title: "<spring:message code="rapport.etatcompte.errors.colonne.codeErreur"/>", attributes: {"class": "k-item noCap"}, editor: codeErrorDropDownEditor, template: "#=codeErreur.<spring:message code="global.description"/>#", nullable: false}
]'>
</div>