Category view on web is driving me nuts. I have an embedded category view (yes, unfortunately, it has to be more than one category). When user expand or collapse one of the category, the whole page is refreshed. Is there anyway to make it not refresh? Or is there anyway to make it not collapsable?
Thanks for any suggestions.
Subject: Category view on web
Did you try using the Java applet?
Subject: RE: Category view on web
Thanks for your response, Sam.But, I don’t want to use Java Applet. Users want this application to be more “web” like.
Subject: RE: Category view on web
A “Treat as HTML” view will only have category links if you put them there. For that matter, they won’t have anything you don’t put there, and don’t have to look particularly like tables if you’d prefer. It doesn’t get much more web-like than that.
The user can expand/collapse the view using the URL, but if they’re willing to go that far to cause a refresh, there’s not a lot you can do about it.