Hi There
I'm using a RadTileList to display a range of items from a SQL DB.
I want each tile to link to a certain (the same) page and also provide the "ID" field of that item in a querystring. But I'm not sure how to accomplish this.
So I currently have this:
Importantly, the "OnTileClick" part fires an event, but I'm not sure how to go about getting the "ID" field of the item in the DB. It's not specifically bound to the tile either.
Regards
JohannS
I'm using a RadTileList to display a range of items from a SQL DB.
I want each tile to link to a certain (the same) page and also provide the "ID" field of that item in a querystring. But I'm not sure how to accomplish this.
So I currently have this:
<
telerik:RadTileList
runat
=
"server"
ID
=
"tileListSticky"
AppendDataBoundItems
=
"true"
RenderMode
=
"Classic"
Width
=
"100%"
TileRows
=
"4"
OnTileDataBound
=
"RadTileList1_OnTileDataBound"
OnTileCreated
=
"RadTileList1_OnTileCreated"
Skin
=
"Sunset"
ScrollingMode
=
"Auto"
SelectionMode
=
"Single"
AutoPostBack
=
"true"
OnTileClick
=
"tileListSticky_TileClick"
>
Importantly, the "OnTileClick" part fires an event, but I'm not sure how to go about getting the "ID" field of the item in the DB. It's not specifically bound to the tile either.
Regards
JohannS