vLookup and Inplaceview in Paging and List-Searchbox

Forums vLooup for SharePoint vLookup and Inplaceview in Paging and List-Searchbox

Viewing 1 reply thread
  • Author
    Posts
    • #6543
      schneika
      Participant

      When i add your suggested code to the vLookup list view code (in my CEWP or HTML Form Web Part):

      
      
      <script type="text/javascript">
      var vLookupListViewTracker = "";
      setInterval(function(){
      	if(location.hash.indexOf("InplviewHash") > -1 && location.hash !== vLookupListViewTracker){
      		vLookupListViewTracker = location.hash;
      		spjs.vLookup.init();
      	}
      },1000);
      </script>

      then with this fix the behavior of the inplaceview is much better now. it works with a single listview-paging Action or a single list-box-search Action. But the fix gets broken and the context to the vLookup gets lost, when i use the inplaceview (Paging or List-Search-Box) twice without pagerefresh

    • #6556
      HansN
      Participant

      Hello Alexander,

      I have noticed the same “problem” which schneidka described above. Everytime I use the list-box-search twice, vLookup does not work anymore. After one search you have to go to the startpage to search for an new item, otherwise the vLookup is completely emtpy.

      Is there any possibilty using a workaround or to fix the problem?

      All in all you are doing such a great job, your solutions are excellent!!

      Thank you very much, best wishes from Germany

Viewing 1 reply thread
  • You must be logged in to reply to this topic.