In grid.common.js, if the edittype is 'select', it will check if editoptions.value is a function:
if(typeof options.value === 'function') { options.value = options.value(); }
but in jquery.fmatter.js, if the formatter is 'select', it doesn't. The cell will be blank.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top