koGrid is causing IE7 to display its “Mixed Content” warning.
What is causing this? Is there a fix?
<div data-bind="koGrid: { data: myObservableArray }"></div>
var vm = {
myObservableArray: ko.observableArray([{id:1, name:"a"}, {id:2, name:"b"}])
};
ko.applyBindings(vm);
Maybe there is a workaround for this problem, but I wouldn’t expect an official fix…
Because IE7 is not supported by koGrid.
From the closed github issue #162: