Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
690
igGrid Exception using DataSourceUrl
posted

This is preventing my grid from showing anything but the ajax loading animation:

Uncaught TypeError: Cannot read property 'length' of null infragistics.js:51
$.ig.DataSource.$.ig.DataSource.Class.extend._successCallback infragistics.js:51
k jquery-1.8.2.min.js:2
l.fireWith jquery-1.8.2.min.js:2
y jquery-1.8.2.min.js:2
d

I appear to be loading the data correctly with a [GridDataSourceAction]ActionResult method. The Chrome console picks up this message.

Thanks, Tom