Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > CustomTableRepeater Selection View modes: 
User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 12/3/2012 12:24:04 PM
   
CustomTableRepeater Selection
I'm guessing this is something very simple but I'm not finding it. I've got a custom table that has location information in it (name, city, state, zip, lat, long, and the custom table required fields like ItemID, GUID). I've created a list transformation that properly displays all the items. I've also created a selected item transformation as well.

What I'm not sure of is why I can't get the selected item to display. Ideally this would be a dynamically created page similar to how you'd setup a user profile page:

root/Location/{LocationNumber}

Any idea why I can't get the selected item to display or what my URL should look like?

User avatar
Kentico Support
Kentico Support
kentico_janh - 12/4/2012 6:11:17 AM
   
RE:CustomTableRepeater Selection
Hello,

You need to link those selected items as link to that same page with a querystring specified in the Selection options section of the Custom table repeater web part:

<a href='?itemid=<%# Eval("ItemID") %>'>detail</a>


Additionally you can define a wildcard and add that querystring parameter as a part of the url path.

Best regards,
Jan Hermann