I'm close to going nuts about this now and figured it'd be simple, however, there must be something I'm missing...
I've got a multidimensional array in a ko.observableArray, in which is so:
Site -> Company -> Job
For my data binds, data-bind="text: Site().Name" is fine, as you would expect. However, I can't access the sub-arrays by data-bind="text: Site().Company().Name" or data-bind="text: Site().Company.Name".
Has anyone else had the same issue, or is there something I'm doing drastically wrong? The objects are 100% being loaded into the array properly as I can see them in the console.