Telerik Forums
UI for WPF Forum
2 answers
146 views
I'm finding rather large inconsistencies with MergeField formatting. I am binding my RichTextBox with the DocxDataProvider. On a "save" I am saving the byte[] data to a database. Sometimes the MergeFields formatting saves, other times it does not. I am noticing if there are two MergeFields right next to each other, separated by a space, the MergeField on the right will not have it's formatting saved.

The same holds true if you have a 2 column table, the MergeFields in the left column preserve their formatting, however the ones in the right do not. Though this is not an all the time thing.

Is DocxDataProvider and saving the byte[] data that unreliable? Is there a more reliable way to do things. I've wasted a lot of time playing with this, and it was a great idea to help contain our client's from making mistakes/misspellings in Word.

I'm to the worn-down phase now and will consider taking this away from the DocxDataProvider and the MVVM pattern, if i can get more reliability.
Mihail
Telerik team
 answered on 13 May 2013
2 answers
107 views
Hello,

In the attached image, I want to have splitter bars between Pane Left 1, Pane Left 2, and Pane Left 3, for example.
I understand that the splitters can only be obtained through placing RadPaneGroups in RadSplitContainers.
Is there any way that I can create splitter bars between RadPaneGroups, or place multiple vertical RadSplitContainers in the same 'DockedLeft' initial position?
Dodd
Top achievements
Rank 1
 answered on 13 May 2013
1 answer
104 views
Hello Telerik Team,
Is there any way to hide Match Case Button?
Hiwa
Top achievements
Rank 2
 answered on 12 May 2013
1 answer
76 views
Hi!

How can I change the orientation of the diagram? It's always in landscape mode, but I need it in portrait mode.

Thanks!
Tina Stancheva
Telerik team
 answered on 10 May 2013
1 answer
260 views
I need to pragmatically set the selected tab in the RibbonView - how can that be done?

  Chad
Tina Stancheva
Telerik team
 answered on 10 May 2013
3 answers
162 views
I'm attempting to set the TabStopMode in some way via binding. After attempting several ways of doing this that didn't work I'm now attempting to use a converter.

My GridViewDataColumn definition looks like this.
<telerik:GridViewDataColumn x:Name="RequestedQty" 
     DataMemberBinding="{Binding RequestedQty, StringFormat='n'}" 
     Header="Req Qty" Width="75" TextAlignment="Right" 
     HeaderTextAlignment="Right"  
     TabStopMode="{Binding StepIsReadOnly, 
          Converter={StaticResource BooleanToTabStopModeConverter}}"/>

StepIsReadOnly is a property in the object the row is bound to so it's at the same level as RequestedQty.

The problem is that when i run this i get the following in the Immediate Window.

System.Windows.Data Error: 40 : BindingExpression path error: 'StepIsReadOnly' property not found on 'object' ''BatchFixDataEntryViewModel' (HashCode=24249959)'. BindingExpression:Path=StepIsReadOnly; DataItem='BatchFixDataEntryViewModel' (HashCode=24249959); target element is 'GridViewDataColumn' (HashCode=19523191); target property is 'TabStopMode' (type 'GridViewTabStop')


It looks like the binding for TabStopMode is looking at the overall data context (view model) for the window instead of at the data context for the row.

Thanks,
Dave
Nedyalko Nikolov
Telerik team
 answered on 10 May 2013
1 answer
186 views
Hi,

how do I set the focus on a "DataFormDataField" in the "NewItemTemplate" after clicking on Add new Item?

Thanks
Regards
Rene
Ivan Ivanov
Telerik team
 answered on 10 May 2013
2 answers
93 views
hi,
i have been plotting graph on the basis of data coming live and the data is in bulk. Now the problem am facing is that as the data enters the value on x-axis gets collapsed nothing can be seen unless zoomed. But i want 10 data to be shown at a time and again hide those data when new data comes for plotting. but when graph is maximized i should be able to see all hidden and  data points also. i am attaching u a screenshot of my graph for better understanding.
Petar Kirov
Telerik team
 answered on 10 May 2013
1 answer
98 views
Hello!

I've found a issue in RadTabControl using it with a Windows Forms application.

I have a very simple project that can reproduce this error and I can send it if you guys want that.

Steps to Reproduce:
1. Create a WPF UserControl with an RadTabControl and some RadTabItems
2. Change "AllowDragReorder" to "true"
3. Create a empty Windows Forms application, with one form with a ElementHost inside
4. Put the UserControl that you've created in Step 1 inside the ElementHost
5. Start the application
6. Try to drag some of the tabs and catch the exception :)

My setup:
Windows 7 x64, .NET 4.0, VS2012, WPF controls version Q1 2013. This issue also happens with 2012 Q3.

Error:
   at Telerik.Windows.Controls.RadTabControl.IsDropPointUnsafe(FrameworkElement destinationContainer, FrameworkElement sourceContainer, Point dragPoint) in c:\TB\221\WPF_Scrum\Release_WPF\Sources\Development\Controls\Navigation\TabControl\RadTabControl.DD.cs:line 220
   at Telerik.Windows.Controls.RadTabControl.SwitchItems(FrameworkElement destinationContainer, FrameworkElement sourceContainer, Point dragPoint, IEnumerable enumerable) in c:\TB\221\WPF_Scrum\Release_WPF\Sources\Development\Controls\Navigation\TabControl\RadTabControl.DD.cs:line 149
   at Telerik.Windows.Controls.RadTabControl.SwitchItems(FrameworkElement destinationContainer, FrameworkElement sourceContainer, Point dragPoint) in c:\TB\221\WPF_Scrum\Release_WPF\Sources\Development\Controls\Navigation\TabControl\RadTabControl.DD.cs:line 138
   at Telerik.Windows.Controls.RadTabControl.OnDragOverHandler(Object sender, DragEventArgs e) in c:\TB\221\WPF_Scrum\Release_WPF\Sources\Development\Controls\Navigation\TabControl\RadTabControl.DD.cs:line 101
   at Telerik.Windows.DragDrop.DragEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) in c:\TB\221\WPF_Scrum\Release_WPF\Sources\Development\Core\Controls\DragDropManager\DragEventArgs.cs:line 202
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at Telerik.Windows.DragDrop.IInputElementExtensions.RaiseEvent(DependencyObject d, RoutedEventArgs routedEventArgs) in c:\TB\221\WPF_Scrum\Release_WPF\Sources\Development\Core\Controls\DragDropManager\DependencyObjectExtensions.cs:line 82
   at Telerik.Windows.DragDrop.DragDropManager.DelegateHelper.OnDragEventHandler(Object sender, DragEventArgs e) in c:\TB\221\WPF_Scrum\Release_WPF\Sources\Development\Core\Controls\DragDropManager\DragDropManager.cs:line 1737
   at Telerik.Windows.DragDrop.DragDropManager.DelegateHelper.OnOver(Object sender, DragEventArgs e) in c:\TB\221\WPF_Scrum\Release_WPF\Sources\Development\Core\Controls\DragDropManager\DragDropManager.cs:line 1812
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.OleDropTarget.RaiseDragEvent(RoutedEvent dragEvent, Int32 dragDropKeyStates, Int32& effects, DependencyObject target, Point targetPoint)
   at System.Windows.OleDropTarget.MS.Win32.UnsafeNativeMethods.IOleDropTarget.OleDragOver(Int32 dragDropKeyStates, Int64 point, Int32& effects)


Thank you!
Hristo
Telerik team
 answered on 10 May 2013
1 answer
156 views
Is there a way to prevent diagram items from being selected and moved while the active tool is the pan tool?  When pan is enabled, I would like item manipulation to be disabled.  As I see it, pan only works on empty areas of the diagram.
Pavel R. Pavlov
Telerik team
 answered on 10 May 2013
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?