Hey!
Im trying to make my grid editable so that a user can put in a new value for the selected cell, and then get that updated by the service to the database. However, when i try to put in editable: true, the grid disappear. Is there maybe some kind of collide in this section:
theme: ‘energyblue’,
autoheight: true,
width: 1280,
source: dataAdapter,
columnsresize: true,
sortable: true,
editable: true,
groupable: true,
enablebrowserselection: true,
showfilterrow: true,
altrows: true,
filterable: true,
selectionmode: ‘singlecell’,
keyboardnavigation: false,
rowDetails: true,
pageable: true,
pagesize: 100,
pagesizeoptions: [‘100′,’200′,’300’],
initRowDetails:initRowDetails,