Search code examples
slickgrid

editable and non-editable rows in slickgrid


How do I make some rows editable and some rows non-editable in slickgrid?


Solution

  • Set the onBeforeEditCell event handler and return false to prevent the cell from going into edit mode.