Hello everyone,
I have two webparts in a page( that page is default display form of a custom list, called “Company”)
One is a task list, which has a column lookup to the company name of “Company”
I have set up a connection to Get Filter Values From “Company” list
Then I go to the view page of “Company” but it doesn’t filter values as I defined before.
I have searched on google and got a solution on link:http://support.microsoft.com/kb/2924913
The link told me to enable the server render in taks list webpart, yes, it worked fine.
But the problem here i don’t want the page to be postbacked. I just need client render. So that, any ideas to help me without enable server render to prevent postback.
Thanks.