We have a select field with edit options “3:1;4:2;5:3;6:4;7:5;8:6;9:7;10:8;11:9;12:10;13:11”. The row in question has a value of 10, meaning the label “8” is displayed in the field.When going into inline edit mode, the dropdown is rendered correctly, but the value 12 (vith the label “10”) is set as selected. The culprit seems to be line 376 in grid.common.js (version 3.6.5), where both value and label is compared to set selected.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top