Selecting Images to Display in Image Gallery by Tag?

Posted by Community Admin on 03-Aug-2018 17:23

Selecting Images to Display in Image Gallery by Tag?

All Replies

Posted by Community Admin on 07-Jan-2011 00:00

I am setting up an image gallery and would like to display images by tag instead of by gallery. Is this currently possible?

Posted by Community Admin on 07-Jan-2011 00:00

Hello Nikki,

You can filter by taxonomy only if you know the taxon ID. Filtering for ImageGallery control could be done from the control definition when you open the control for editing go to Home > ControlDefinition > Views >  MasterListView

example

Tags.Contains("4EEA167D-71D0-4332-9057-D550E2738076")  AND Visible = true AND Status = Live AND PublicationDate <= DateTime.UtcNow AND (ExpirationDate = NULL OR ExpirationDate > DateTime.UtcNow)


All the best,
Ivan Dimitrov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed