Telerik Forums
UI for WPF Forum
4 answers
701 views
Hi,

One of our partners is using Telerik controls in their product, and we are helping them to automate it with Ranorex. Our biggest problem is that, when the programmer uses a RadTabControl then Ranorex sees it as not visible. This makes the automation process way too slow, since recording the elements cannot be done with the tool, but manually.

Did anyone encounter similar problems nowadays? Do you have some kind of clue on how to configure the controlls to make sure that they are visible?

Regards,
Zoltan
Andrey
Top achievements
Rank 1
 answered on 24 Feb 2015
2 answers
107 views
Hello All,

              PivotGrid RowDescription propertyName has Parent-Children relations in my Application.How can I show list of properties of rows as treelistview ?
Erhan
Top achievements
Rank 1
 answered on 24 Feb 2015
1 answer
310 views
I am trying to set the Items of the BreadCrumb programmatically.  When One of the items changes I want the BreadCrumb to display the levels automatically, and not have to click on each item to set it.

I am using the below as a sample snippet.

Data = new ObservableCollection<RadBreadcrumbItem>();

 

            var brian = new RadBreadcrumbItem { Header = "Brian" };

            var bart = new RadBreadcrumbItem { Header = "Bart" };

            var ryan = new RadBreadcrumbItem { Header = "Ryan" };

            var jay = new RadBreadcrumbItem { Header = "Jay" };

 

            ryan.Items.Add(bart);

            ryan.Items.Add(jay);

            brian.Items.Add(ryan);

 

            Data.Add(brian);

            Root = new RadBreadcrumbItem {ItemsSource = Data};

I want it to show by default as Brian/Ryan/Bart

But like this I have to click each item in the BreadCrumb to set the item.

How to do this programtatically?

Kiril Vandov
Telerik team
 answered on 24 Feb 2015
4 answers
117 views
Hi,

When I am dragging the SelectionEnd thumb on my RadTimeBar outside my dialog window I get a NullPointerException.

Maybe I get the exception because I move the mouse outside the window as I move outside the TimeBar.

Do you know of a workaround?

/Ola

Here is the callstack:

   vid Telerik.Windows.Controls.TimeBar.SelectionThumb.get_IsDragging()
   vid Telerik.Windows.Controls.TimeBar.SelectionThumb.OnMouseLeaveRight()
   vid Telerik.Windows.Controls.TimeBar.SelectionThumb.OnMouseMove(Object sender, MouseEventArgs e)
   vid System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   vid System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   vid System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   vid System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   vid System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   vid System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   vid System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   vid System.Windows.Input.InputManager.ProcessStagingArea()
   vid System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   vid System.Windows.Input.MouseDevice.Synchronize()
   vid System.Windows.Input.MouseDevice.OnHitTestInvalidatedAsync(Object sender, EventArgs e)
   vid System.Windows.Input.InputManager.HitTestInvalidatedAsyncCallback(Object arg)
   vid System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   vid MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   vid System.Windows.Threading.DispatcherOperation.InvokeImpl()
   vid System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   vid System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   vid System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   vid System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   vid System.Windows.Threading.DispatcherOperation.Invoke()
Petar Marchev
Telerik team
 answered on 24 Feb 2015
5 answers
161 views
Hi I tried to add ListStyles to a RadDocument so that they are shown in the RadRichTextBoxRibbonUi.

foreach (var style in listStyles)
            {                               
                ListStyle newList = RadDocument.AddCustomListStyle(style);               
                RadDocument.ListStyles.Add(newList);
                RadDocument.ListManager.RegisterListStyleIfNecessary(newList);                               
            }


That is what I'm doing at the moment but it doesn't works.

Sebastian
Top achievements
Rank 1
 answered on 24 Feb 2015
2 answers
115 views
Hello. How to remove edge connectors and leave only center auto connection. We want to prevent user to choose connector.
Max
Top achievements
Rank 1
 answered on 24 Feb 2015
3 answers
160 views
Hello, 

My scenario is:
 I have an Spreadsheet control. I need to do another thing (a part of the normal work of the filter) when the user click "Accept" in the filter dialog (the dialog where there are the list of the items for a column o a row, and the options "Sort AZ, Sort ZA, Clear Filters, etc".

It's possible do this scenario?

Thanks, 

Maite.
Anna
Telerik team
 answered on 23 Feb 2015
7 answers
143 views
I made a custom shape contains only RadDiagramContainerShape. It's a new control in my gallery.
I drag it from my toolbar and drop it to the diagram.
But when try to drop them inside it, it does not hosting any shape when!
What I have to do?

Thank you.
Peshito
Telerik team
 answered on 23 Feb 2015
1 answer
178 views
Hi, In attached file i had added image of scenario,
I wants to decrease height of Month View Item block.
Tries to set monthviewitem style but not able to set.
can any one drive/guide  me , how to achieve it ?
u can find image  in attachment.

Thanks & Regards.
Masha
Telerik team
 answered on 23 Feb 2015
3 answers
77 views
Hi,

actually, my MinorThickLength is set to 15 mins and depending on the size of my screen, sometime the MinorThickLength become none visible. I would like to know if there is something to control this behavior, I mean,  depending on the size of the control, the MinorThickLength value change to stay visible?!?

Thank's
Alain
Kalin
Telerik team
 answered on 23 Feb 2015
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?