Tagged Questions
2
votes
1answer
573 views
XsltListViewWebPart remembering state in cookie not working properly
I have a XsltListViewWebpart that shows a tree structure with nodes. I made a jquery script that sets a cookie which persists the state of the nodes (expanded/collapsed) between postbacks.
I added ...