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

partly editable not working?

1 Answer 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
재현
Top achievements
Rank 1
재현 asked on 16 Nov 2017, 01:32 AM
'CompanyName' field and 'ContactTitle' field have an editable: false attribute.
However, editing is possible.

$("#grid").kendoGrid({
  dataSource: {
    type: "odata",
    transport: {
      read: "https://demos.telerik.com/kendo-ui/service/Northwind.svc/Customers"
    },
  },
  editable : true,
  pageable: true,
  columns: [{
    field: "CompanyName",
    title: "Company Name",
    width: 420,
    editable : false
  },
            {
              title: "Contact Info",
              columns: [{
                field: "ContactTitle",
                title: "Contact Title",
                width: 200,
                editable : false
              },{
                field: "ContactName",
                title: "Contact Name",
                width: 200
              },{
                title: "Location",
                columns: [ {
                  field: "Country",
                  width: 200
                },{
                  field: "City",
                  width: 200
                }]
              },{
                field: "Phone",
                title: "Phone"
              }]
            }]
});



1 Answer, 1 is accepted

Sort by
0
Preslav
Telerik team
answered on 16 Nov 2017, 03:02 PM
Hello,

In case anyone from the community encounters the same issue, I am pasting the link to the other forum that you submitted on the same topic:

https://www.telerik.com/forums/partly-editable-not-working


Regards,
Preslav
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
재현
Top achievements
Rank 1
Answers by
Preslav
Telerik team
Share this question
or