Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Metadata display in MediaObjectView
crichard
#1 Posted : Monday, 4 October 2010 9:34:22 AM(UTC)
Rank: Member

Joined: 13/08/2010(UTC)
Posts: 7
Location: Montreal

Hi

I've modified GSP to collect extra metadata information which is correctly saved into the database. With the particular image I am testing, there are 83 meta tags saved into the database. My problem is that on-screen, the grid component always displays only 20 items. I can't seem to find where this limit is set and how I can increase it.

Could you please point me in the right direction ?

Thank you.
Roger Martin
#2 Posted : Monday, 4 October 2010 9:41:00 AM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,300
Location: Fort Atkinson, WI

I am not aware of anything that would limit it. Maybe the scroll bar isn't correctly rendering? Look at the HTML source to see if the data is getting to the browser.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
crichard
#3 Posted : Monday, 4 October 2010 9:48:17 AM(UTC)
Rank: Member

Joined: 13/08/2010(UTC)
Posts: 7
Location: Montreal

Using Firebug, I can see that only the first 20 datarows returned by the stored procedure are generated in HTML by the component. But thanks for the pointer, I'll keep looking ...

Later ...

I googled a bit and it seems to be a default parameter of the component art grid.

If I add the following parameters:

PageSize="100"
GroupingPageSize="100"

... I can see all my data, the presentation is just ugly with scrollbars right and bottom. Just need to research a bit the paging and grouping properties.
Rss Feed  Atom Feed
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.