Telerik Forums
UI for WPF Forum
3 answers
128 views

Created the visual studio project with
telerik:RadRichTextBoxRibbonUI and System.Windows.Controls.RichtextBox

How can we communicate between above two components.

Dimitar
Telerik team
 answered on 11 Mar 2020
1 answer
112 views

Created one Visual studio project with telerik Richtextbox
Trying to compose in Telugu language using IME keyboard but the cursor is jumping ahead.

The following problem is solved for Devanagari script.

Please go thru the following link for your reference,
https://www.telerik.com/forums/silverlight-richtextbox-unicode-issue 

Dimitar
Telerik team
 answered on 11 Mar 2020
1 answer
165 views

So I have the honor to write the first post on this board. :-)

I like the new TaskBoard component. What I would like to do is show the tags together with an icon and I can't find a solution for that. Also I can't find a way to define the colour of the tags. Is there a template that I can modify? Any hint would be nice!

Regards
Heiko

Dinko | Tech Support Engineer
Telerik team
 answered on 10 Mar 2020
1 answer
263 views
I'm working on WPF app with RadTabControl as Prism region and I don't find solution that fully works as expected.
I have region adapter for tab control, close buttons on tabs, but if I close tab, my region adapter doesn't dispose view model attached by Prism to tab item, it is not garbage collected, so I have memory leaks. 
Can someone attache sample project that works?
Vladimir Stoyanov
Telerik team
 answered on 10 Mar 2020
1 answer
408 views

Hi

 

I have a 3 monitor setup.

When my application opens on the first monitor the splash screen is shown on the second one.

Is there a way to control this?

 

/Flemming

Vladimir Stoyanov
Telerik team
 answered on 10 Mar 2020
1 answer
110 views

Hello,

Im trying to dev my own GanttDragResizeVisualCueTemplate in order to add data in .

But i would like to keep the default behavior of dynamically computing stop and start task time on resize.

How the default GanttDragResizeVisualCueTemplate is computing theses 2 properties ?

Regards,

Vladimir Stoyanov
Telerik team
 answered on 10 Mar 2020
2 answers
117 views

Hello,

we got a crash report from one of our customers. This cusotmer is using Telerik.WindowsControls.Navigation assembly version 2017.3.913.45.  The exceptiion is in your source code in the WindowHost.GetGlobalMousePosition method. Any idea how to fix this?

stackTrace:

    System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
    ----------------------------------------------------------------------
    bei Telerik.Windows.Controls.WindowHost.GetGlobalMousePosition(UIElement target, MouseEventArgs e):
    ----------------------------------------------------------------------
    bei Telerik.Windows.Controls.InternalWindow.DragBehavior.OnElementMouseLeftButtonUp(Object sender, MouseButtonEventArgs e):
    ----------------------------------------------------------------------
    bei System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget):
    ----------------------------------------------------------------------
    bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target):
    ----------------------------------------------------------------------
    bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs):
    ----------------------------------------------------------------------
    bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised):
    ----------------------------------------------------------------------
    bei System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent):
    ----------------------------------------------------------------------
    bei System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e):
    ----------------------------------------------------------------------
    bei System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget):
    ----------------------------------------------------------------------
    bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target):
    ----------------------------------------------------------------------
    bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs):
    ----------------------------------------------------------------------
    bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised):
    ----------------------------------------------------------------------
    bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args):
    ----------------------------------------------------------------------
    bei System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args):
    ----------------------------------------------------------------------
    bei System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted):
    ----------------------------------------------------------------------
    bei System.Windows.Input.InputManager.ProcessStagingArea():
    ----------------------------------------------------------------------
    bei System.Windows.Input.InputManager.ProcessInput(InputEventArgs input):
    ----------------------------------------------------------------------
    bei System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport):
    ----------------------------------------------------------------------
    bei System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel):
    ----------------------------------------------------------------------
    bei System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled):
    ----------------------------------------------------------------------
    bei System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled):
    ----------------------------------------------------------------------
    bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled):
    ----------------------------------------------------------------------
    bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o):
    ----------------------------------------------------------------------
    bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs):
    ----------------------------------------------------------------------
    bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler):
    ----------------------------------------------------------------------
    bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs):
    ----------------------------------------------------------------------
    bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam):
    ----------------------------------------------------------------------
    bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg):
    ----------------------------------------------------------------------
    bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame):
    ----------------------------------------------------------------------
    bei System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame):
    ----------------------------------------------------------------------
    bei System.Windows.Window.ShowHelper(Object booleanBox):
    ----------------------------------------------------------------------
    bei System.Windows.Window.Show():
    ----------------------------------------------------------------------
    bei System.Windows.Window.ShowDialog():
    ----------------------------------------------------------------------

Mark
Top achievements
Rank 1
 answered on 10 Mar 2020
1 answer
129 views

Hi,

how can I get ride of the yellow background on focused Items?

 

 

Greetings

Andre

Martin Ivanov
Telerik team
 answered on 09 Mar 2020
3 answers
380 views

I've implemented a custom ComboBoxFilteringBehavior but the list won't filter. Looks like it's because I'm using a VirtualizingStackPanel to improve rendering performance of list that contains 1,000+ items. How can I filter the ComboBox list and continue to use the VirtualizingStackPanel?

Martin Ivanov
Telerik team
 answered on 09 Mar 2020
2 answers
100 views

We have a GanttView being used to display data over time, with a column on the left displaying a name associated with each row of data. Upon first rendering a data set onto the GanttView, the name column automatically sizes itself to fit the longest name in the data set. This behavior is nice, and we wish to keep it.

However, if the data set is large, not all rows of the data set will be immediately rendered onto the GanttView; these rows will only be rendered when the GanttView is scrolled down to reveal them. A result of this is that the name column will resize itself to fit the names of newly-rendered rows, if their names are longer than the longest name initially rendered.

This causes an issue for us, as we have functionality that makes use of the width of the name column, and we cannot rely on the GanttView being scrolled down to ensure that the name column is at its final width.

Is there a way to force the GanttView to size the name column to fit the longest name, regardless of whether that name's row has already been rendered?

Or, alternatively, is there a way to force the GanttView to render all of its rows when it is populated with data? I understand that this may cause a significant decrease in performance, but this may be acceptable.

Alexander
Top achievements
Rank 1
 answered on 09 Mar 2020
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
ProgressBar
Sparkline
LayoutControl
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
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?