Telerik Forums
UI for WPF Forum
1 answer
485 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
78 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
64 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
122 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
393 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
58 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
194 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
5 answers
286 views
Hi all,

I have seen very few examples of the diagram control in the WPF Control demo that gets installed.  I think there are only 2 and 1 is just a theming demo.  Given the potential for this tool I think that is a shame; anyway...

I need to build an application that allows users to search for objects from a database.  They can then drag objects from the search results onto a diagram control where all the immediate relationships coming from those are drawn and laid out.  There is, as always, a slight twist in the fact these objects are effectively entities and any one entity can have more than one role (just names really) but the important things is an entity can have one or more relationships and a role can have one or more relationships.

I therefore need to diagram an objects relationships to other objects, baring in mind that if the object is an entity it can also have roles which have relationships and vice versa.

I'd appreciate it if someone could take the time to help get me started with a sample application that basically provides the above functionality which I can then grow on.  If anyone has experience developing something similar then I'd also be interested in any advice and lessons learnt...


Thanks,
Drammy
Pavel R. Pavlov
Telerik team
 answered on 04 Sep 2014
8 answers
2.2K+ views
Hi,

I have a requirement to display the row number (index of the binded ObservableCollection) similar to how Excel displays rows.  How can I accomplish this behavior?  I looked into different ways, but I didn't have much success.

Thanks in advance,

Wagner
Saykor
Top achievements
Rank 2
 answered on 03 Sep 2014
6 answers
319 views
Hi Team,

I am doing auto generate properties to false and providing my own property definitions.
The issue is the text box in my data template are not properly align some are of small size some are big based on the text.
I want it to be properly aligned like " stretch" when I resize the grid they should get resized properly and all will be of equal length.
 Also I want the splitter in the grid should uniformly separate the propert name from its value.

could le you help me achieve this
Yoan
Telerik team
 answered on 03 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
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
SplashScreen
Rating
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
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?