Telerik Forums
UI for WPF Forum
1 answer
150 views

I have an application where I want to write tests to confirm the content of a ToolTip. If the ToolTip is simple text, all is fine, the checks in Step Builder work as expected.

If I add other elements e.g.

            <Polygon 
                        Points="16, 32 32, 32 24, 18"
                        Visibility="Visible"
                        ToolTipService.ShowDuration="360000" HorizontalAlignment="Right" Width="32">
                <Polygon.Fill>
                    <SolidColorBrush Color="Aqua"/>
                </Polygon.Fill>
                <Polygon.ToolTip>
                <StackPanel>
                    <TextBlock Text="Foo"/>
                    <Ellipse Width="20" Height="20" Fill="Pink"/>
                    <TextBlock Text="Bar"/>
                </StackPanel> 
            </Polygon.ToolTip>
            </Polygon>
What I see in the Visual Tree is a ToolTip "FooBar". How can I do a test on, say, the colour of the ellipse?

If my ToolTip is made of Runs e.g.

                    <TextBlock>
                        <Run Text="Foo"/>
                        <Run Text="Bar"/>
                    </TextBlock>

Then in the Visual Tree, the ToolTip is blank and any steps created in Step Builder to determine the content will fail.

If the tooltip is made up from WPF elements, how can these be accessed, either via Step Builder, or via a coded step?

 

Elena
Telerik team
 answered on 28 Feb 2019
1 answer
79 views

I'm evaluating to use ChartView3D to visualise the path of a drill hole, that starts at the surface and goes into the ground. To achieve this I rotated the whole graph 180 degrees but then all labels and axis titles also rotates :( See screendump.

Is there any way to only rotate the graph? Or counter-rotate the labels and titles? Or any other way to achieve this?

Karl-Petter
Top achievements
Rank 1
 answered on 27 Feb 2019
4 answers
279 views

I already set PasswordBox properties:

<telerik:RadPasswordBox Password="111111" WatermarkContent="password"
   ShowPasswordButtonVisibility="Auto"
   WatermarkBehavior="HideOnTextEntered"
   HorizontalAlignment="Center"  Background="Transparent"  Height="30" Width="280" Grid.Column="1" Grid.Row="4" Name="txtPassword" >
    <telerik:RadPasswordBox.Effect>
         <DropShadowEffect Color="Gray"  Opacity=".50"  ShadowDepth="4" />
     </telerik:RadPasswordBox.Effect>
</telerik:RadPasswordBox>
when it runs,first I delete the password, it shows WatermarkContent, but then ,I input the password,it shows as plaintext ,not security, and overlap with the WatermarkContent,see the file "input show.png",  get txtPassword value(use "txtPassword.Password") is "",   how can I solve this?
Dinko | Tech Support Engineer
Telerik team
 answered on 27 Feb 2019
6 answers
311 views
I have not found this neither in docs, nor in samples, but sales page says - this is supported. So how do I create such a diagrams?
Martin Ivanov
Telerik team
 answered on 27 Feb 2019
5 answers
162 views
If I have a cell in the last visible column selected, but there are hidden column (IsVisible=False) columns after it, pressing the right arrow key confuses things.Basically, it will jump to the next control in the window, which in my case is a tab control containing the grid. So what happens is the user pressing the arrow repeatedly to get to the end, and then when it hits the end it jumps up into the tab control which starts switching which tab they are on.
Vladimir Stoyanov
Telerik team
 answered on 27 Feb 2019
5 answers
302 views

Hello,

setting the TodayButtonVisibility of the RadDatePicker to Visible seems to hide the close button of the control.  Is there a way to have both buttons visible ?

Regards,
Hans

Martin Ivanov
Telerik team
 answered on 27 Feb 2019
1 answer
194 views

Hi

We are splitting a single data set between 2 radgridviews and separating the data using programmatic column filters. If column filtering is enabled, the distinct values will display all the values, even the ones that are being filtered out. so...

Is it possible to remove or control what distinct values the user can see?

Thanks!

Vladimir Stoyanov
Telerik team
 answered on 27 Feb 2019
1 answer
87 views
Using the Office 2013 theme, it is difficult for users to resize the window because there is no (or very little) area to grab the right edge to get the resize cursor, when at the part of the window where the ribbon is located. Anywhere below the ribbon seems to be fine, but along the edge of the ribbon is the problem. Other themes also seem to be ok. Is there any way to fix or workaround this? Hopefully without copying the entire template for the ribbon and/or ribbon window?
Martin Ivanov
Telerik team
 answered on 25 Feb 2019
11 answers
510 views
Hello,
I would like to know if there is a simple way to have a RadConfirm window with three buttons like Yes, No and Cancel.

Thank you for advance.
Dinko | Tech Support Engineer
Telerik team
 answered on 25 Feb 2019
2 answers
264 views
I've created a style by using the VS Blend and have set some properties to add red coloring.  I'm looking to turn off the blue background highlighting when the dropdown is open.  Can you point me to where in the style this property would be?  See image.  Thanks.
Vladimir Stoyanov
Telerik team
 answered on 25 Feb 2019
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
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?