Telerik Forums
UI for WPF Forum
3 answers
178 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
110 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
493 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
2 answers
434 views
Hello,

I want to disable all appointment create posibility for SchedulerView, I want to use the view only for viewing, or, editing.

How can I make that possible?

Thank you very much!
Nadisan
Top achievements
Rank 2
 answered on 05 Jan 2012
22 answers
466 views
I am doing a prototype with the Carousel and I would like it to loop back to the 1st item is there a Property to set or do I have to code this functionality?

Thanks,

blair
N Mackay
Top achievements
Rank 1
 answered on 05 Jan 2012
3 answers
269 views
Hi,

I'm using the Rad TreeListView to display hierachical data. I'm succeding in displaying the "CurrentResult.png" attached file.
However it's not clear enought for my customer. I want to display a view like the "ExpectedResult.png" attached file.

> Is-it possible to show foreground color like this ?
> Is-it possible to have the "ExpectedResult" view ? With merge columns ?
> Can you post a sample of this ?

Thanks very much in advance and happy new years !

Regards,
Mickaël
Vanya Pavlova
Telerik team
 answered on 05 Jan 2012
2 answers
139 views
Hi telerik,

The users of our MVVM application would like items to be 'marked' in various ways; a combination of italics and bold is desired.

Currently, we style the items as shown below, reacting to changes in IsSelected.

The other thing we would like to react on is whether the treeitem's editor (in another window) is given focus, but of course there is no relevant RadTreeViewItem property to bind to - how would you go about this? Can we intercept the styling somehow and for each item - in code-as-opposed-to-markup - apply the style as we see fit?

Thanks for any input,

Anders, Denmark

 

 

 

<Controls:RadTreeView.ItemContainerStyle>

 

 

 

 

<Style TargetType="{x:Type Controls:RadTreeViewItem}">

 

 

 

 

<Setter Property="WorkspaceExplorer:MouseDoubleClickBehavior.MouseDoubleClick" Value="{Binding ActivateItemCommand}" />

 

 

 

 

<Setter Property="Margin" Value="0"/>

 

 

 

 

<Setter Property="Padding" Value="0"/>

 

 

 

 

<Setter Property="IsExpanded" Value="{Binding IsExpanded, Mode=TwoWay}" />

 

 

 

 

<Setter Property="IsSelected" Value="{Binding IsSelected, Mode=TwoWay}" />

 

 

 

 

<Setter Property="FontWeight" Value="Normal" />

 

 

 

 

<Style.Triggers>

 

 

 

 

<Trigger Property="IsSelected" Value="True">

 

 

 

 

<Setter Property="FontWeight" Value="Bold" />

 

 

 

 

</Trigger>

 

 

 

 

</Style.Triggers>

 

 

 

 

</Style>

 

 

 

 

</Controls:RadTreeView.ItemContainerStyle>

 

Anders
Top achievements
Rank 1
 answered on 05 Jan 2012
4 answers
159 views
Hi,
        In my WPF application i am using Carousel Control. I am using "CarouselScrollButton" for navigation the initial data is look like this
1                    5
      2        4
           3                                              After Clicking the single navigation button the the data looks like this

                       1                                
I want to restrict the navigation like this when ever the data comes like this i need to restrict the Navigation button to be disable
                       3
                 2
             1

Thanks & Regards,
Rajini.

Rajini
Top achievements
Rank 1
 answered on 05 Jan 2012
0 answers
85 views
Hi ! 
I have a DataTable below.(DB2 Not Support bool type)
ID / Name / Sex
============
1    lee        M 
2    lee        F 
3    lee        M 

how can i  convert to Sex Column to CheckBoxColumn  
at auto generate = true , also not define column defintion
result ==> id 1 checked ,2 unchecked, 3 checked
Is Possible?
please helpme





lee
Top achievements
Rank 1
 asked on 05 Jan 2012
2 answers
128 views

We are using MVVM Prism for our application, and there are three assemblies in our project.
myWPF (general stuffs and user configuration)
myApp (knows only myWPF)
myModules (knows only myWPF)

Does Telerik provide any user configuration object for storing/retrieving user preferences such as application theme, docking layout, default selection of a control in a module, and etc...

Thanks




Chris
Top achievements
Rank 1
 answered on 04 Jan 2012
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?