How to stop reloading of View on opening response document by "Twistie" in a web application

Dear All,I have a web discussion application having an embedded view on the main form, now to open the response document of the parent document he is supposed to click on the twistie and when he clicks on the twistie to open the response doc, the form gets reloaded,

Is anyone aware how to restrict the reloading of the form/view.

Thanks in Advance.

Subject: How to stop reloading of View on opening response document by “Twistie” in a web application

  1. pls check the view type.2. for chat help pls call ajitnarayan123@gmail.com

Subject: RE: How to stop reloading of View on opening response document by “Twistie” in a web application

Hi,

Type of the view is shared…

Subject: How to stop reloading of View on opening response document by “Twistie” in a web application

This behavior is a product of web 1.0 and requires a round-trip to the server to expand or collapse.

You can choose to not use the twisties, always show all the data. Or else you have to engineer your own css hide/collapse solution.