Login Register
Sunday, February 05, 2012
You are here : Forum
 
Forums Minimize
 
ForumForumForumForumIndoo Grid DNN ...Indoo Grid DNN ...Filter by PortalNameFilter by PortalName
Previous Previous
 
Next Next
New Post
 8/28/2010 4:23 PM
 

Hi - I need assistance with the following; will appreciate any help:

  • I have an IndooGrid instance that displays results from all child portals on our site.
  • I want the user to be able to filter to see results only by their desired child portal.
  • I've done this by filtering on PortalID - however, most users will not recognize their PortalID, and so I want to give them a filter by PortalName, but I can't seem to figure this out.

Can someone please advise?

Thanks in advance.

mark

New Post
 8/30/2010 1:04 PM
 

Set up another table containing 2 fields, portal number and name of that portal and use that as a dropdown button to sort with?

New Post
 8/30/2010 1:04 PM
 
 Modified By artfuldodger  on 8/30/2010 12:05:11 PM

or just do a static dropdown button..

New Post
 8/30/2010 4:59 PM
 

You should be able to link to the DNN table, PortalAlias with the PortalID and display the field HTTPAlias

here is a select statement

SELECT dbo.Portals.PortalID, dbo.PortalAlias.HTTPAlias
FROM dbo.Portals INNER JOIN
dbo.PortalAlias ON dbo.Portals.PortalID = dbo.PortalAlias.PortalID

Previous Previous
 
Next Next
ForumForumForumForumIndoo Grid DNN ...Indoo Grid DNN ...Filter by PortalNameFilter by PortalName

  
Buy it Minimize

 

 

  
Home | Demo | Custom Solutions | Downloads | Forum | Company
 
Privacy Statement | Terms Of Use
 
Copyright 2008-2009 IndooLab d.o.o.