Hi Tony,
when I edit a row for the first time with a multiple select in the modal window, only the last option is selected. I think the bug is in grid.commom.js createEl() function: the option values get selected, but the select is not yet a multiple select – so only the last option is seleced. When I edit the row a second time everything is ok.
Cheers,
Jean
Heres the patch:
— grid.common-old.js
+++ grid.common.js
@@ -288,6 +288,9 @@
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top