The Problem happens when Knockout tries to Bind the ViewModel to the same node multiple times. seting the viewmodel to null will not work , so to resolve this i explicidly binded the tablelement, and after that i clear the node before i bind a Viewmodel
Code:ko.cleanNode(document.getElementById("tblsearchresults"));




Reply With Quote