Telerik Forums
UI for WPF Forum
2 answers
191 views
Hi,
my problem is that the slider clips my ticks, because he think they are to long.
Set ClipToBounds to false does not help to solve this issue.

Here is my code:
<telerik:RadSlider Grid.Row="3"
                                Grid.Column="0"
                                Grid.ColumnSpan="2"
                                Margin="25,0,25,10"
                                Value="{Binding SlectedTimeSpan}"
                                VerticalAlignment="Bottom"
                                Minimum="0"
                                Maximum="24"
                                TickFrequency="8"
                                TickPlacement="BottomRight"
                                ClipToBounds="False"
                                IsSnapToTickEnabled="True">
                        <telerik:RadSlider.TickTemplate>
                            <DataTemplate>
                                <StackPanel ClipToBounds="False">
                                    <Ellipse Width="5"
                                             Height="5"
                                             Fill="Black"
                                             HorizontalAlignment="Center" />
                                    <TextBlock Text="{Binding StringFormat=+{0} Std.}"
                                               HorizontalAlignment="Center" />
                                </StackPanel>
                            </DataTemplate>
                        </telerik:RadSlider.TickTemplate>
                    </telerik:RadSlider>

You can find a picture of the result as attached file.

Can anybody help me with this issue???
Mark
Top achievements
Rank 1
 answered on 07 Dec 2012
2 answers
97 views
Hello. If I set the Width property of the RadRibbonGroup, the scrolling does not go all the way over. See attached screenshots. If I remove the Width property, the scrolling works fine. I set the width because I place different controls in the group and the sizing isn't correct unless I set the size. Is there any way to get this to work?

<

 

 

telerik:RadRibbonGroup Header="Test2" Width="300">

Thanks
Scott

 

Scott Michetti
Top achievements
Rank 1
Iron
 answered on 07 Dec 2012
6 answers
99 views
Hi,

Is there a way to say to the TreeListView not to unload rows when the parent node is collapsed?

I have already set EnableColumnVirtualization="False" and EnableRowVirtualization="False"

The same question when pager is used.

Thanks,
Prolifis
Top achievements
Rank 1
 answered on 07 Dec 2012
1 answer
118 views
I got VirtualQueryableCollectionView working with RadComboBox when VirtualizingStackPanel is used.

However, when filtering is enabled, the ComboBox would load all the items (batched in LoadSize) from the VirtualQueryableCollectionView before displaying the dropdown. Am I missing something here?

The combobox Xaml:
<telerik:RadComboBox ItemsSource="{Binding Items}"
                     SelectedItem="{Binding SelectedItem}"
                     DisplayMemberPath="Name"
                     IsFilteringEnabled="True"
                     TextSearchMode="Contains"
                     ClearSelectionButtonVisibility="Visible"
                     ClearSelectionButtonContent="Remove">
    <telerik:RadComboBox.ItemsPanel>
        <ItemsPanelTemplate>
            <VirtualizingStackPanel/>
        </ItemsPanelTemplate>
    </telerik:RadComboBox.ItemsPanel>
</telerik:RadComboBox>

Vladi
Telerik team
 answered on 07 Dec 2012
1 answer
123 views
Is it possible to add support for VirtualQueryableCollectionView?

In the software that I am working on, the data source contains hundreds of thousands records via WCF data service (OData), and it would take forever to load if the list had to be populated fully before AutoCompleteBox can search.
Vladi
Telerik team
 answered on 07 Dec 2012
0 answers
62 views
Hello everyone.
Please vote for this PITs
Show unlimited items in menu
http://www.telerik.com/support/pits.aspx#/details/Issue=8750
Licensing
Top achievements
Rank 1
 asked on 07 Dec 2012
0 answers
77 views
Hello everyone.
Please vote for this PITs
Show unlimited items in menu
http://www.telerik.com/support/pits.aspx#/details/Issue=8750
Licensing
Top achievements
Rank 1
 asked on 07 Dec 2012
1 answer
116 views
Hi,

we're not happy with the gradient in Blue Theme of RadOutlookbar. So we want to have no gradient in the ItemTemplate of the OutlookBar.
Bright icons are hard to see clearly.

How can i edit the gradient of the ItemTemplate.
I tried to set a new ItemTemplate, but it stays gradient like in the skin.

Best regards,

David
Pavel R. Pavlov
Telerik team
 answered on 07 Dec 2012
1 answer
215 views
If you take a look at the Demo of PanelBar (http://demos.telerik.com/silverlight/#PanelBar/FirstLook) that is essentially what I want, but with the added functionality of collapsing the entire PanelBar to Left and information on the right expanding to the left. With just a button or something to re-expand the menu.

Apologies if there was a more appropriate area to post this, as this was my best guess.
Stefan
Telerik team
 answered on 07 Dec 2012
1 answer
76 views
Hi,

I am attempting to recreate the print and export example for WPF in my code. I have the PrintAndExportWithRadDocumentModel and Commands, and in my XAML I have 

<Window.Resources>
    <local:PrintAndExportWithRadDocumentModel x:Key="context" />
  </Window.Resources>

and 

<telerik:RadButton Content="Export"
        Height="40"
     Width="50"
        Command="{Binding ExportCommand, Source={StaticResource context}}"
        CommandParameter="{Binding}" />
<telerik:RadButton Content="Print"
        Height="20"
     Width="50"
        Command="{Binding PrintCommand, Source={StaticResource context}}"
       CommandParameter="{Binding}" />

However, when I click on the button I get a null object parameter in the Print method (in the PrintAndExportWithRadDocumentModel class). My question is, how do I bind the RadGridView to the button click so it gets passed as the parameter?





Vlad
Telerik team
 answered on 07 Dec 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?