I have a jqGrid on a web page, with large data sets. Up to 100 rows (in XML format) are sometimes sent to the browser at a time. On IE8 the combined effect is a noticeable delay.
Will changing the data source to JSON (instead of XML) have a measurable effect in these conditions?
Note: I know this is an IE specific problem. On Chrome I get an instant response on the same page. But I'm currently targeting IE8 :(