Telerik Forums
UI for WPF Forum
26 answers
305 views
Hello,

I'm trying to automate functional testing of a .NET 4, WPF client using the Telerik Radview control package.

I can record CodedUI tests just fine on the client. During playback, text entry halts on a text fields and the test times out and fails.
(Other WPF controls accept text just fine in the client during playback)

The text field is seen by the test tool because I used: "uIPART_ExtendedTextBoxEdit.DrawHighlight();" and can see the field highlighted.

Is there a patch that can be issued to allow this issue to be resolved?

Thanks,

Dan

Ivan Ivanov
Telerik team
 answered on 31 Aug 2015
1 answer
169 views

Hello, 

I create a datatemplate for PointTemplate of LineSeries, each point will be displayed as a small image, it works and show the image.

The problem is if there are a lot of points in a small area, all images are overlapped, see image1.

Is it possible to hide the images when the points are too close, and show the image when zoom + and the points have a enough space to show (see image2)

Thanks

Petar Marchev
Telerik team
 answered on 31 Aug 2015
3 answers
128 views

I would like to make the OK and cancel buttons in the tool settings panel visible when using RadImageEditorUI. I found this thread: http://www.telerik.com/forums/how-to-make-settings-buttion-visible which explains that the buttons do exist but are collapsed by the default template.

So I've tried adding the style from that thread (with the visibility removed) to the resources of my Window containing the RadImageEditorUI. However this modified style does not seem to actually get applied. Instead the default style with the collapsed button is used.

 How can I make sure that this style is used or otherwise make these buttons visible?

Masha
Telerik team
 answered on 31 Aug 2015
1 answer
282 views

Hi Team,

Can you please let me know the Max number of rows and Column RadSpreadsheet control can support?

I have tried to open an excel with 1M of records and got an outofmemoryexception.

Is there any workaround for this?

also I have noticed pasting is taking a lot of time? Is there any way to make it faster?

Thanks,

Rajib

Boby
Telerik team
 answered on 31 Aug 2015
3 answers
950 views
I would like for the RadGridView to display something like "No data to display" when there are no bound items to the RadGridView. I found some code online which solves the problem, however I would like to define it application wide.

I attempted to subclass RadGridView which compiles fine. However, whenever I use this subclass I get a compiler error, "

Cannot set Name attribute value {0} on element {1}. {1} is under the scope of element {2}, which already had a name registered when it was defined in another scope."


Which I guess is a known limitation of WPF. I would just like to specify the no row template once since I have an application with 30+ instances of RadGridView.

The code I found is from here, and is listed below:

    <interactivity:Interaction.Behaviors>
    <local:EmptyDataTemplateBehavior>
        <local:EmptyDataTemplateBehavior.EmptyDataTemplate>
            <DataTemplate>
                <TextBlock Text="No data to display" HorizontalAlignment="Center" VerticalAlignment="Center" Visibility="{Binding MessageVisibility}" />
            </DataTemplate>
        </local:EmptyDataTemplateBehavior.EmptyDataTemplate>
    </local:EmptyDataTemplateBehavior>
</interactivity:Interaction.Behaviors>
Brian Stanek
Top achievements
Rank 2
 answered on 28 Aug 2015
1 answer
139 views
Is it possible to have multiple HierarchyColumnIndex ? In my case I have 3 IDs for a product. The 2nd and 3rd IDs are sub-states of the 1st ID. I would like to be able to unfold the first ID. Then I see all the ones with the second ID in the second column. Then unfold those... So basically be able to programaticaly set which column will be the HierarchyColumn depending on the row. Is this possible?
Dimitrina
Telerik team
 answered on 28 Aug 2015
1 answer
154 views

I'm not able to use the ui for wpf for recorded codedui tests  -  I create a new Telerik Test Project but now I want to record using the telerik controls

 

is this possible to record tests via the Telerik Test Project?

Dimitrina
Telerik team
 answered on 28 Aug 2015
1 answer
211 views

Hello,

 I need Telerik.Windows.Controls.Docking.dll with version 2013.3.1316.45. Can I get NUGET package  for  this version.

Thanks

Ajay

Georgi
Telerik team
 answered on 28 Aug 2015
3 answers
139 views

Hello

how is it possible to achieve different background / display colors for one appointment with multiple resources?
For example one appointment for one doctor but also for physiotherapy, OP and surgery at the same time. We now see the one appointment in all these resource columns, which is correct. We would also like this one appointment to have all different background colors pertaining to the individual resources (in properties for the resources defined).

Sincerely,
A.Kasar

Rosi
Telerik team
 answered on 28 Aug 2015
10 answers
134 views

Hi,

after last release updated my treeview get the following random error:

Application_UnhandledThreadException

Output: A first-chance exception of type 'System.NullReferenceException' in Telerik.Windows.Controls.GridView.dll

StackTrace:

in Telerik.Windows.Controls.TreeListView.TreeListCellsPanel.GetCellLeftOffset(UIElement child, Double childWidth)
in Telerik.Windows.Controls.GridView.GridViewCellsPanel.ArrangeVirtualizedCell(GridViewCellBase cell, Size finalSize)
in Telerik.Windows.Controls.GridView.GridViewCellsPanel.ArrangeVirtualizedCells(Size finalSize)
in Telerik.Windows.Controls.GridView.GridViewCellsPanel.ArrangeOverride(Size finalSize)
in Telerik.Windows.Controls.TreeListView.TreeListCellsPanel.ArrangeOverride(Size finalSize)
in System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
in System.Windows.UIElement.Arrange(Rect finalRect)
in System.Windows.ContextLayoutManager.UpdateLayout()
in System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
in System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
in System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
in System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
in System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
in System.Windows.Threading.DispatcherOperation.InvokeImpl()
in System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
in System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
in System.Windows.Threading.DispatcherOperation.Invoke()
in System.Windows.Threading.Dispatcher.ProcessQueue()
in System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
in MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
in System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
in MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
in System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
in MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
in System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
in System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
in System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
in System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
in System.Windows.Forms.Application.Run(Form mainForm)
in SISCO.MileMATE.WinUI.Program.RunApplication(Boolean mailBugEnabled) in ****\Program.cs:riga 157
in SISCO.MileMATE.WinUI.Program.Main(String[] args) in ****\Program.cs:riga 114
in System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
in System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
in Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
in System.Threading.ThreadHelper.ThreadStart_Context(Object state)
in System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
in System.Threading.ThreadHelper.ThreadStart()

Dimitrina
Telerik team
 answered on 28 Aug 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?