Sampath KM
Sampath KM

Reputation: 22

SlickGrid_CheckBox Editors Single Click

I am using SlickGrid V2.2, I m using slick editor and formatter for checkbox, to check checkbox it takes double click, I trying to make it single click. I tried with autoEdit: true, still its not working.

Upvotes: 0

Views: 129

Answers (1)

Raguman
Raguman

Reputation: 68

Did you try setting the grid option: enableCellNavigation: true. I think this fixed the problem for me.

Upvotes: 1

Related Questions