Home - Forums-.NET - FlyTreeView (ASP.NET) - Problems with Viewstate on large amounts of data?

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Problems with Viewstate on large amounts of data?
Link Posted: 01-Dec-2006 12:22
oh my god ... i can't believe it

it was just one line:



  testpage
  
  
  


there is \"chrome.js\" embedded
some javascript from ... i don't know where from
this did some navigation things
120 lines of javascript code that I see for the first time right now
hehe... the disadvantages of job sharing

But it's interesting that it had effects just on the TreeView. And only on populating after a postback.... strange ...
Everything else was working fine.

I don't know what exactly caused the conflict and I'm too tired now to find out.
But we have to find an alternative to the current navigation anyway.
Or maybe we can fix the problem.
So if I have some news ... then I'll let you know
Maybe it's also useful for you.

Evgeny, thanks again for everything.

best regards
Andreas
Link Posted: 01-Dec-2006 12:33
FlyTreeView client-side runtime does not override default behavior of javascript objects.

Also, if you find the conflict then please post it here so we can solve the problem ASAP.
Link Posted: 01-Dec-2006 12:46
So far I think it is chrome menu javascript:
Here's link for the project:
http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm

I also updated the sample page:
http://www.9rays.net/asp.net_2/treeview/TestCase.aspx
so now it contains menu (copied from chrome menu demo).

Still do not get any errors in it.
Link Posted: 01-Dec-2006 13:32
You're right. It's the dynamic-drive chromemenu

I downloaded the current version now.
Ours was still the old one.

And this works now.

But I had to move this code:



    cssdropdown.startchrome(\"chromemenu\")



It was placed at the bottom just before the closing  tag.
I moved it to beginning.
Just after the opening of

And this is ok now.

Thanks