This question is locked. New answers and comments are not allowed.
Hi,
I want to be able to have a jump list with check box functionality in it as below:
I also would like that when the user starts checking an item / items, the appbar will update with edit and delete icons. Which event will be able to do this for me and how can I tell how many items are checked?
It would also be a bonus if I could stop the items turning a different colour if they are tapped by themselves without checkboxes.
Thanks,
Alex
I want to be able to have a jump list with check box functionality in it as below:
<telerikDataControls:RadJumpList x:Name="listIPAddresses" ItemTemplate="{StaticResource StyleIPList}" HorizontalAlignment="Left" Margin="10,101,0,0" VerticalAlignment="Top" Height="350" Width="436" EmptyContent="No IP Addresses Found" IsCheckModeEnabled="True" ListHeaderContent=""/>I also would like that when the user starts checking an item / items, the appbar will update with edit and delete icons. Which event will be able to do this for me and how can I tell how many items are checked?
It would also be a bonus if I could stop the items turning a different colour if they are tapped by themselves without checkboxes.
Thanks,
Alex