Alfawan
Alfawan

Reputation: 292

Make only certain columns editable in SlickGrid

I have a grid with multiple columns and I use the first column for a row label. I looked at the example for making the grid editable, but that appears to make the whole grid editable. Is there away to specify a certain column(s) only?

Upvotes: 11

Views: 3530

Answers (1)

Alfawan
Alfawan

Reputation: 292

Got it! By not setting the editor property on the column object the column is non-editable.

Upvotes: 18

Related Questions