Title: IE 8 vs. formatter Post by: joe on April 19, 2013, 05:49:48 PM The following datagrid formatter function is not executing in IE8: formatter="(function(value, row, index){ return rowAction(value, row, index);})
Is it not supported? Title: Re: IE 8 vs. formatter Post by: stworthy on April 22, 2013, 12:26:00 AM Here is the example using 'formatter' that works fine in ie8.
http://jsfiddle.net/vhBxg/ |