Hello,
I am using select2 in celledit – initilize in dataInit
1 2 3 4 5 6 7 8 |
... dataInit:function(el){ setTimeout(function(){ $(el).select2(); },50); } .. |
This works correctly – however when I click ‘esc’ key on keyboard – dropdown still shows – I have to click on a different cell to remove from edit mode. If I use a regular html select, this works correctly.
Also, is there a way when using select2 – when a selection is changed – it saves the cell. I have tried using the element onchange event to call saveRow – but does not work.
Please advise,
Kris
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top