hi Rad team,
in Mega Drop-Down which is in this link
http://demos.telerik.com/aspnet-ajax/menu/examples/megadropdown/defaultcs.aspx
if i need to reorder the columns under product tab to be right to left
in mega example i saw
and i read in help:
in Mega Drop-Down which is in this link
http://demos.telerik.com/aspnet-ajax/menu/examples/megadropdown/defaultcs.aspx
if i need to reorder the columns under product tab to be right to left
in mega example i saw
<
LevelSettings
>
<
telerik:SiteMapLevelSetting
Level
=
"0"
>
<
ListLayout
RepeatColumns
=
"3"
RepeatDirection
=
"Vertical"
/>
</
telerik:SiteMapLevelSetting
>
</
LevelSettings
>
If this property is set to RepeatDirection.Vertical, the nodes in the level are displayed in columns loaded from top to bottom, then left to right, until all nodes are rendered.
If this property is set to RepeatDirection.Horizontal, the nodes
in the level are displayed in rows loaded from left to right, then top to bottom,
until all nodes are rendered.
what actually i need is
columns loaded from top to bottom, then right to left,
until all nodes are rendered
if that possible ?
Thanks