Telerik Forums
UI for WPF Forum
1 answer
42 views
Background: My previous experience with reading online documentation are iOS docs Android docs Sqlite docs CPAN jquery angular etc etc. So that is my point of reference here.

Often when i try and search the telerik documentation i come across pages that looks like this.
http://www.telerik.com/help/silverlight/f_telerik_windows_controls_diagrams_raddiagramshapebase_glidingstyleproperty.html

So this is a property , i already knew that. But what does it do ? how am i supposed to find out what this property is used for ?
to me this type of documentation does not tell me anything i could not find out via clicking in the Object browser.

Am i using the documentation the wrong way or is it just documentation for documentations sake ?
Pavel R. Pavlov
Telerik team
 answered on 05 Sep 2014
2 answers
334 views
Hi all,
1. Please go to: http://demos.telerik.com/silverlight/#RichTextBox/MailMerge
2. In the UI you will see Insert Merge Field
3. Click it and select RecipientPhoto

This add {MERGEFIELD RecipientPhoto}
How to add {INCLUDEPICTURE {MERGEFIELD RecipientPhoto}} ?

Insert Field programmatically ( http://www.telerik.com/help/wpf/radrichtextbox-features-mail-merge.html ) is not answer on the question and it insert the field in the first line of the document. So I need user to select position of the picture as he can do it with normal text field.

Regards,
Saykor
Saykor
Top achievements
Rank 2
 answered on 05 Sep 2014
1 answer
401 views
How I am going to implement this maxwidth or minwidth to my gridview  with different data in column and this gridview should fit all screens without scrollbars.. Thanks. Hope you can help me. I'm stuck in here..

Regards,
Kim
Boris
Telerik team
 answered on 05 Sep 2014
1 answer
501 views
Just thought I would add a note because I have not been able to see this behaviour documented elsewhere.

When using

<telerik:RadMaskedTextInput Mask="" TextMode="PlainText"/>

adding the text a_b changes to ab when navigated away from. The fix is to use MaskedText as the textmode instead which is the default so it would be
<telerik:RadMaskedTextInput Mask="" TextMode="MaskedText"/>
or simply
<telerik:RadMaskedTextInput Mask=""/>

Hope this helps anyone else with the same issue

Martin Ivanov
Telerik team
 answered on 05 Sep 2014
2 answers
87 views
Hi

Is there an example where you move an event to a timeslot that is already full. Normally on schedulers this is denied or they re placed side by side.

Couold this behaviour be overridden so that if you moved an event from say 10-11 o Monday to 10-11 on Tuesday and there was already something in 10-11 on Tuesday could the moved event take the slow and pus the other elements down to 11-12 on Tuesday

Thanks a lot
andieje
Top achievements
Rank 1
 answered on 05 Sep 2014
1 answer
71 views
We are using RADPivotGrid to connect to a SQL Server 2014 Analysis server and want to be able to create session based calculated fields for use within the pivot table.
We can do this via an MDX query however in order for them to be visible they need to be created on the same session that the ADOMD data provider uses.I was hoping that the Telerik ADOMD dataprovider exposed the actual ADOMD connection so I could use this connection to send an ADOMD command to create these calculated members, however it does not (as far as I can see) seem to expose this.

I need these calculated members to be session based as we want them to disappear when the session closes.

Is this possible and if so so how?

Thank you
Rosen Vladimirov
Telerik team
 answered on 05 Sep 2014
1 answer
134 views
We are using RADPIVOT grid connected to our SQL Server 2014 Analysis server. What we want to be able to do is create session based calculated fields from the C# client. I can create these session based calculated fields using an MDX query however as they are session based only I need to be able to create them using the same connection as the ADOMDDataprovider does so they will be visible and selectable in the RADPivotField List. I want them to be session based as I want them to disappear once the connection is closed.

I was hoping that the ADOMDDataprovider class actually exposed an ADOMD Connection and then I could just send my MDX query via a ADOMD Command down this connection however as far as I can see is does not seem to expose this.

Have you any ideas how this may be possible.?

Thanks
Rosen Vladimirov
Telerik team
 answered on 05 Sep 2014
5 answers
422 views
Hello,

I just upgraded my WPF solution to the latest Telerik version, 2014.1.224.40. Whenever switching implicit themes I see hundreds of these errors: 

System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='Telerik.Windows.Controls.InternalResourceKey'; ResourceKey.HashCode='0'; ResourceKey.Type='Telerik.Windows.Controls.InternalResourceKey'

Also, sometimes when switching themes the application freezes. I'm thinking it's related to the hundreds, if not thousands, of these errors showing in the output window.

I saw this was noted as fixed in the version notes of 2014.1.224.40, yet I am still seeing it. Any ideas?

Thanks,
Niko
Vanya Pavlova
Telerik team
 answered on 05 Sep 2014
2 answers
68 views
Hi All,
Can you please see this video: https://www.youtube.com/watch?v=znp18AcUTOA
You will see that I add a new item and when click to add a second item on focus is last column. How I can make the focus to be on first column every time when user try to add new item? When click on "Click here to add new item" message and with shortcut. Every time when new item row is open the focus to be on first column.

Best regards,
Saykor
Saykor
Top achievements
Rank 2
 answered on 04 Sep 2014
1 answer
206 views
Hi !

I have a RadGridView with attached OnDragInitialize event handler.
When I try to scroll the gridview's scrollviewer then the event is triggered.
How may I disable this?

I've tried this solution:
public void Rad_OnDragInitialize(object sender, Telerik.Windows.DragDrop.DragInitializeEventArgs e)
        {
            RadGridView itemsControl = (RadGridView)sender;
            ScrollViewer scroll = UIHelpers.GetScrollViewer(itemsControl) as ScrollViewer;
            GridViewVirtualizingPanel presenter = UIHelpers.GetItemsPresenter(itemsControl);
             
            if (presenter != null && scroll != null && scroll.IsMouseOver && !presenter.IsMouseOver)
            {
                return;
            }
.............

The event isn't triggered anymore but the scrollviewer won't move at all.

thanks,
Idan
Nick
Telerik team
 answered on 04 Sep 2014
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
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?