This is a migrated thread and some comments may be shown as answers.

Problems with compression

2 Answers 147 Views
Editor
This is a migrated thread and some comments may be shown as answers.
ManniAT
Top achievements
Rank 2
ManniAT asked on 04 Mar 2009, 04:35 PM

Hi,

using the tips from http://www.telerik.com/help/aspnet-ajax/radcompression.html
I added a

<adapter controlType="System.Web.UI.Page" adapterType="Telerik.Web.UI.RadSessionPageStateCompression" /> 
to my BrowserFile.browser.

And it works great.
Instead of 74k I get less than 50k for one page.

Also everything else seems to work fine - until I tried to open a manager (ImageManager, DocumentMananger...) in RadEditor.
If I do this I get an Error Message:

SessionPageStatePersister kann nur verwendet werden,
wenn enableSessionState entweder in einer Konfigurationsdatei oder in der Seitendirektive auf "true" festgelegt wurde.


This means in english something like:
SessionPageStatePersister can only be used if you enableSessionState is either in a configuration file or
in the Page dircretive set to "true".


So next I set
<pages enableSessionState="true"
in my web.config - and (since it did not help) also in the page containing the editor.

Both did not help!

The alternative setting
<adapter controlType="System.Web.UI.Page" adapterType="Telerik.Web.UI.RadHiddenFieldPageStateCompression" /> 
makes the things worse - not better.
Instead of 74k I get 85k now.

Please help - SessionViewstate would help a lot - but I also need the dialogs!!

Regards

Manfred

2 Answers, 1 is accepted

Sort by
0
Accepted
Lini
Telerik team
answered on 07 Mar 2009, 04:02 PM
Hi Manfred,

Take a look at the following help article - http://www.telerik.com/support/kb/aspnet-ajax/editor/session-in-dialogs.aspx. It shows how to enable the session state in the editor dialogs.

All the best,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
ManniAT
Top achievements
Rank 2
answered on 07 Mar 2009, 04:43 PM
Hi Lini,

thank you very much for this help.
I tried to find something like the article you pointed me to on your site - but maybe I entered the wrong search terms.

Anyhow - you (and the whole Telerik support team) do real great job (as usual :))!
This was one of the reasons why I decided to stay with your company - even at times where competitors had a bit more functionality in their products.

And I was right.
The quality of your support is the same as (I guess about 5) years ago: EXCELLENT

Kind Regards

Manfred
PS: following the guide it took me about 1 minute to have it running
Tags
Editor
Asked by
ManniAT
Top achievements
Rank 2
Answers by
Lini
Telerik team
ManniAT
Top achievements
Rank 2
Share this question
or