This is a migrated thread and some comments may be shown as answers.

Multicolumn?

5 Answers 73 Views
JumpList
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
JDBPocketware
Top achievements
Rank 2
JDBPocketware asked on 14 Mar 2012, 06:19 AM
Can a jumplist be multicolumn? (wrap items)

5 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 15 Mar 2012, 10:22 AM
Hi Jandieg,

Yes, you can use the Wrap Mode on RadJumpList just as it is used on RadDataBoundListBox.

<telerikDataControls:RadJumpList.VirtualizationStrategyDefinition>
    <telerikPrimitives:WrapVirtualizationStrategyDefinition Orientation="Horizontal"/>
</telerikDataControls:RadJumpList.VirtualizationStrategyDefinition>

I hope this helps.

Greetings,
Deyan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
JDBPocketware
Top achievements
Rank 2
answered on 15 Mar 2012, 07:34 PM
Thanks. I set it up but after taping a group to jump to, I get this error "Specified item does not exist in the Items Source."

I am missing something?
0
Kiril Stanoev
Telerik team
answered on 16 Mar 2012, 10:24 AM
Hi Jandieg,

Thank you for contacting us. I was not able to reproduce the issue however. Could you please take a look at the attached project and let me know if I am missing anything. I'd be glad to further assist you.

Regards,
Kiril Stanoev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
JDBPocketware
Top achievements
Rank 2
answered on 16 Mar 2012, 07:58 PM
0
Deyan
Telerik team
answered on 19 Mar 2012, 10:48 AM
Hi Jandieg,

We have handled your ticket, you can refer to it for further details.

In short: the reason for this behavior is that you're using a custom GroupPickerItemsSource. In this scenario, you should manually handle the GroupPickerItemTap event exposed by RadJumpList and decide whether the custom group picker item maps to a data group within your jumplist that you can navigate to.

All the best,
Deyan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
JumpList
Asked by
JDBPocketware
Top achievements
Rank 2
Answers by
Deyan
Telerik team
JDBPocketware
Top achievements
Rank 2
Kiril Stanoev
Telerik team
Share this question
or