Hi,
I am just testing 3.4 and I have run into a possible problem with inline editing where a select is present. The inline form that appears displays a multiple select dropdown where it should just display a single select dropdown.
I couldn't see anything in the docs about any new parameters but I noticed a size argument in grid.common.js. Adding a size argument with a value of 1 gives a single select however it still displays as a multi select in a single select space. I think this line is the problem:
jQuery(elem).attr({id:options.id,name:options.name,size:Math.min(options.size,so.length), multiple:msl });
The multiple:msl is set to either true or false and translates to the following html:
<select
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top