Telerik Forums
UI for WPF Forum
6 answers
459 views
Hello all,

Can someone point me out to the correct direction of putting a custom label on to a Marker ? For example, I have three locations on the map and I want to associate each of these locations (marker) with some custom information.

Thanks
Andrey
Telerik team
 answered on 17 Feb 2012
1 answer
96 views
I'm looking at the GridView RowReorder demo, and I noticed something.

When I drag a row, I see a two-line tooltip-like box.  The first line provides info about the item being dragged and the second line info about the item it would be inserted before or after, if it was dropped at that moment.

I've figured out how to configure what is displayed in the second line of the tooltip, using the DragCueActionContentTemplate and DragCueTooltipContentTemplate properties of the RowReorderBehavior class.

But I've not been able to figure out how to configure what is displayed in the first line of the tooltip, the info about the item being dragged. It seems to be the result of Item.ToString(), which is usually not appropriate.

Is there a way of providing a template for the dragged item?
Dimitrina
Telerik team
 answered on 17 Feb 2012
1 answer
364 views
Before I do a bunch of work, I thought I'd verify a statement I've heard in other (older) posts.

I need to be able to open and print Xps files from a WPF application.  Does the RTB fully support this?  Also, these are the only functions we want available.  So, is there a way to hide the RTB tool bar except these functions?
Iva Toteva
Telerik team
 answered on 17 Feb 2012
3 answers
121 views
Hi All,

I am trying to apply linear scale to the left and right side of the Linear Bar.. In my linear gauge I want scale to appear like this:

Scale LinearBar Scale  But when I am taking two scales it is not showing any error as well as no output.. :(

Can anyone help?? Its urgent.. Please guys try this one..

Regards,
Swati
Swati
Top achievements
Rank 1
 answered on 17 Feb 2012
0 answers
195 views
Does anyone know if there is a WPF control or a way to template an existing control to have similar behavior to a LongListSelector? 
AdaDog
Top achievements
Rank 1
 asked on 16 Feb 2012
1 answer
420 views
I'm trying to set a specific style of watermark but the control seems to ignore some settings. 

For example if I set the FontStyle to Italic in the example below - it does not render as Italic.  However, changing the foreground color to crimson does work.

<t:RadWatermarkTextBox x:Name="FirstNameTextBox"
                       Grid.Row="0"
                       Grid.Column="0"
                       VerticalAlignment="Center"
                       HorizontalAlignment="Stretch"
                       Text="{Binding FirstName}"
                       ToolTip="First Name"
                       >
    <t:RadWatermarkTextBox.WatermarkContent>
        <TextBlock FontStyle="Italic" Foreground="Crimson">First Name</TextBlock>
    </t:RadWatermarkTextBox.WatermarkContent>
</t:RadWatermarkTextBox>

Thoughts?
Jordan
Top achievements
Rank 1
 answered on 16 Feb 2012
3 answers
188 views
Hello does anyone tried the Persistence Framework with Caliburn Micro?
with my initial tests I got a lot of index out of boundaries exception...
Thanks
Tina Stancheva
Telerik team
 answered on 16 Feb 2012
4 answers
183 views
Hi @ All,

how can i change the Header Background from a RadDataForm? Normaly it's black, but i can't find a property to change?!

Thanks
WW
ITA
Top achievements
Rank 1
 answered on 16 Feb 2012
0 answers
199 views
Hi,

I'm trying to bind IsEditable property of the RadCombobox using the following

The combobox is converted to edit mode actually but I cant type anything with the keyboard on the combobox to search

its binding to be true with MouseDoubleClick Event but it doesn't work

any advice...

thanks;

IsEditable="{Binding AccChartMain_IsEditableCommand,Mode=TwoWay}"
Hussein
Top achievements
Rank 1
 asked on 16 Feb 2012
4 answers
399 views
We have set the BringIntoViewMode to HeaderAndItems for a particular case and the result is not what I expect. Am I doing something wrong or is there a problem with the TreeView?

In an adapter (as we are building an MVVM application) we attach a handler to the ItemPrepared and LoadOnDemand events.

Originally it seemed logical to simply do the following in the LoadOnDemand event handler:

	var treeViewItem = (RadTreeViewItem) e.OriginalSource;
	treeViewItem.BringIntoView();

But of course should fail since technically the child nodes are not yet loaded.

Than I tried adding the following code to the ItemPrepared event handler:

	e.PreparedItem.BringIntoView();

This of course brings each child node into view as they are being "prepared", so that is also not the desired result. So finally I ended up with:

e.PreparedItem.ParentItem.BringIntoView();

But again no "items" were brought into view (even though in the ItemPrepared event the above code is called for each child node prepared).

Please let me know what I'm doing wrong!

Regards,
Roland
Roland Vonk
Top achievements
Rank 1
 answered on 16 Feb 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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?