Telerik Forums
UI for WPF Forum
1 answer
176 views
hi all
how can use custom format like this:
##/####/####
in first place only can enter numbers between 10 to 45
in second place only can enter numbers between 1025 to 7850
in third place only can 3000 to 8000
any one can help?
thankful.
Petar Mladenov
Telerik team
 answered on 06 Jan 2012
1 answer
81 views
Hello,

I am working in .net 3.5. I am unable to create a RadRichTextBox in my current project since I do not have the System.ComponentModel.Composition assembly referenced. According to the FAQ for RadRichTextBox, this assembly is distributed in the binaries directory; however, I am unable to find this assembly there. Which file do I need to use to reference this assembly?

Thanks!
Mike
Boby
Telerik team
 answered on 06 Jan 2012
3 answers
232 views
Hi,

I am new to using Telerik controls
 
Requirement
  • I am having two header panel (Customer,Salary)
  • under that many items are displaying without any issue
  • i want to collapse/expand the Customer header panel and it's items as a default selection when the page is loaded. 

For More details please see the attached image the Breverage header should be automatically collapsed like that i need...

      
How to acheive this.
My code is as below

<HierarchicalDataTemplate x:Key="availablePresetsTemplate" ItemsSource="{Binding Values}"
                                            ItemTemplate="{StaticResource presetTemplate}">          
<TextBlock Text="{Binding Path=Name}"/>            
</HierarchicalDataTemplate>
  
<telerik:RadPanelBar 
            x:Name="panelBar"
            Grid.Column="0" Grid.Row="1"            
            SelectionMode="Extended"
           IsLoadOnDemandEnabled="True"
            ScrollViewer.HorizontalScrollBarVisibility="Disabled"
            ItemsSource="{Binding AvailableRoles}"
            ItemTemplate="{StaticResource availablePresetsTemplate}"
            HorizontalAlignment="Stretch"/>

 

Thanks in Advance..

Petar Mladenov
Telerik team
 answered on 06 Jan 2012
1 answer
76 views
Hi,

When you set DataLoadMode to Async, and try to expand any item the scroller always gets reset and scrolls to top. This is really annoying, can you confirm this is a bug please, and not something "by design"?

Also can you propose a solution, please?

Kind Regards,

Ivan Zlatanov.
Dimitrina
Telerik team
 answered on 06 Jan 2012
11 answers
468 views
Hello,

We are using RadWindow's built-in dialogs alert and confirm.
We are setting the owner in the DialogProperties to be our app's main window.

We have found an issue with multiple monitors - here is the scenario:
1. We open our app's main window on the primary monitor.
2. We then move it to the secondary monitor.
3. We call alert or confirm within the app and the alert/confirm dialog is displayed - but on the primary monitor.

Our clients operate within a multi-monitor environment as a standard, so this issue is critical to us.
How can we solve this issue?

Thanks,
Gili
Calvin
Top achievements
Rank 2
 answered on 05 Jan 2012
2 answers
102 views
Hello,
I have a grid defined like this:

<telerik:RadGridView
    x:Name="resultsList"
    Grid.Row="1" Margin="4"
    ItemsSource="{Binding Results}"
    telerik:Theming.Theme="Windows7"
    ShowGroupPanel="False"
    AutoGenerateColumns="False"
    MouseDoubleClick="resultsList_MouseDoubleClick"
    ScrollMode="RealTime" CanUserInsertRows="False" CanUserDeleteRows="False" EditTriggers="None" IsReadOnly="True">
    <telerik:RadGridView.Columns>
        <telerik:GridViewDataColumn Header="One" DataMemberBinding="{Binding Model.Article}" Width="100" />
        <telerik:GridViewDataColumn Header="Two" DataMemberBinding="{Binding Model.Batch}" Width="50" />
        <telerik:GridViewDataColumn Header="Three" DataMemberBinding="{Binding Model.Serial}" Width="120" ShowDistinctFilters="False" />
        <telerik:GridViewDataColumn Header="Four" DataMemberBinding="{Binding UnitDetails.LastOperation.Name}" Width="120" />
        <telerik:GridViewDataColumn Header="Five" DataMemberBinding="{Binding UnitDetails.Opened}" Width="150" ShowDistinctFilters="False" />
        <telerik:GridViewDataColumn Header="Six" DataMemberBinding="{Binding UnitDetails.Completed}" Width="150"  ShowDistinctFilters="False" />
        <telerik:GridViewDataColumn Header="Seven" DataMemberBinding="{Binding UnitDetails.CurrentStatus}" Width="100" />
    </telerik:RadGridView.Columns>
</telerik:RadGridView>

Running the application, I set a filter to some date on the column here named "Six".
When I then clicked the filter button again, I was unable to clear the filter.
I suspect it has to do with me setting IsReadonly to true.
Is this a bug?

  -- Regards, Morten
Morten Nilsen
Top achievements
Rank 1
 answered on 05 Jan 2012
5 answers
98 views
I've got two separate questions:

1.  I don't want the user to be able to set columns as freezable, but I'd like to be able to specify certain columns in the template to be frozen by default.  Is there a property I can set on the column to do this in xaml?  I couldn't find anything obvious.

2.  When clicking on a row in the grid, I only want to select the row when certain cells within the row are clicked.  What's the best way to achieve this?
Henri
Top achievements
Rank 1
 answered on 05 Jan 2012
3 answers
160 views
Hi,
currently I am evaluating the telerik map control for WPF. 

The goal is to have a map on the background and a heatmap with a given opacity on top of it. I have implemented an TiledProvider and serveral TileMapSources. I want to switch between the sources and also disable the heatmap completely (I assume I have to switch to the EmptyTileMapSource for that).

Unfortunately the MapCommandBar just supports a single Provider. I tried to work around that issue by copying the CommandBindings and CommandDescriptions of HeatmapProvider to the first provider. However this introduces other problems (the mapstate is not obvious). I would therefore like to replace the MapCommandBar with two MapCommandBars (one for each provider). How can this be done?

Thanks in advance,
Thomas
Petar Marchev
Telerik team
 answered on 05 Jan 2012
1 answer
94 views
Hello,
I find a problem about the RadMenu Control. When I writting the winform project I Set the Menu Text is (&A),the shortcut key is enabled.
But in the WPF project I is can't do this.
Please Helpe me (⊙_⊙)?
Yana
Telerik team
 answered on 05 Jan 2012
7 answers
429 views
How do I get scrollbars to appear when using a virtualizingwrappanel?

I have a listbox and an itemspanel defined as

<Setter Property="ItemsPanel">
    <Setter.Value>
        <ItemsPanelTemplate>
            <telerik:VirtualizingWrapPanel ItemWidth="195" ItemHeight="88" IsItemsHost="True"/>
        </ItemsPanelTemplate>
    </Setter.Value>
</Setter>


and my listbox defined as

<ListBox ItemsSource="{Binding}"  TextSearch.TextPath="Name" Name="lstFiles" HorizontalContentAlignment="Left" Padding="3" Background="{x:Null}" BorderBrush="{x:Null}" SelectionMode="Single" Margin="0,75,0,0" >
    <ListBox.GroupStyle>
        <GroupStyle HeaderTemplate="{StaticResource groupTemplate}" />
    </ListBox.GroupStyle>
</ListBox>

No scrollbars ever appear however.
Vlad
Telerik team
 answered on 05 Jan 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?