aurelia-v-grid / vGrid

Aurelia-v-grid - npm source
MIT License
49 stars 10 forks source link

Don't enter edit mode if the cell is read-only #22

Closed Vaccano closed 8 years ago

Vaccano commented 8 years ago

If a cell is read only, then right now, if it is double clicked, it switches to edit mode, and then the text cannot be altered.

It would be nice if a column is read-only that it does not switch to edit mode at all when it is double clicked.

vegarringdal commented 8 years ago

Agree, that could maybe be confusing. I'll have a look at that

vegarringdal commented 8 years ago

http://vegarringdal.github.io/vGrid/demo002/ demo v 16 or higher, can u try if this is more what you was thinking? column "index" is readonly, so cell will not be in edit mode here