Telerik Forums
UI for WPF Forum
2 answers
108 views

my wpf is 2017.r2  

I add ribbon into my  empty wpf project, and the designer seem work , just like I  click  `ribbon tab add`  button , it can not work 

Dinko | Tech Support Engineer
Telerik team
 answered on 11 May 2017
21 answers
602 views
I am looking to have a red line drawn (on current day) on the scheduleview that represents the current time when the schedule is refreshed. This would have to work for all views except the month view. Is this possible?
Rod Yager
Nasko
Telerik team
 answered on 11 May 2017
2 answers
355 views

Using the RadMaskedTextInput with Mask="(###) ###-####",  I type in a phone # of (111) 222-3333, then copy it. The clipboard has "(111) 222-3333", but when I paste it into another RadMaskedTextInput control with the same properties or even copy it back to the same control the result value is "(111)  22-2333".  It doesn't seem to know what to do with the space between the ")" and the "2". Is there some property I need to set to make the control work properly? 

Yes, I know I can extend the control and override the HandlePaste to remove the spaces of the clipboard text before pasting into the control, but there must be another way to make it work.

Thanks in advance.

Steve

Steve
Top achievements
Rank 1
 answered on 10 May 2017
5 answers
249 views
hello, is it possible to add a Picture/Icon for each Task at gridview part side?
I attempted to bind the Image with a datatemplate under columndefinition for the task
but without success.

<telerik:ColumnDefinition MemberBinding="{Binding TaskImage}" Width="AutoHeaderAndContent">
                                     <telerik:ColumnDefinition.CellEditTemplate>
                                         <DataTemplate>
                                             <Image Source="{Binding TaskImage}" VerticalAlignment="Center" HorizontalAlignment="Center" Stretch="Uniform"/>
                                             <!--<Image Source="../Images/folder_16.png" VerticalAlignment="Center" HorizontalAlignment="Center" Stretch="Uniform"/>-->
                                         </DataTemplate>
                                     </telerik:ColumnDefinition.CellEditTemplate>
                                 </telerik:ColumnDefinition>


greetings Robert ...

Polya
Telerik team
 answered on 10 May 2017
8 answers
615 views
I have observed that any application with a RadGridView consumes CPU time even when the application is idle.  Using Spy++, you can verify this and see thousands of WM_TIMER messages being posted when a RadGridView is added to an application.  I have a simple repro app.  Full XAML below.  Just comment out the RadGridView, and the behavior goes away.  You can see using Process Explorer that even when the application is idle there is CPU usage, and using Spy++ you can see the timer events being fired rapidly.  This causes a large number of context switches and slows down performance noticeably.

Framework: .Net 4.5
Telerik Version: 2014.1.331.45

<Window x:Class="GridViewTimer.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        Title="MainWindow" Height="350" Width="525">
    <telerik:RadGridView />
</Window>
Stefan
Telerik team
 answered on 10 May 2017
3 answers
100 views

In GridViewRowTemplate - ValueStates - RowInvalid VisualState, there is a storyboard to change ErrorIndicator.Visibility to Visible, but how can I change it in code behide?

I've tried

VisualStateManager.GoToElementState(row, "Invalid", true);

,but it seems no working.

Martin
Telerik team
 answered on 10 May 2017
1 answer
114 views
Hi,
I Have a ComboBox and I set IsEditable to True.
the ComboBox have Following Items:
Alex
Bernard

in loaded Event I set ComboBocx.Text to "A"
it makes SelectedItem will be Alex
but I don't want change SelectedItem.
there is a solution for that?
Stefan Nenchev
Telerik team
 answered on 10 May 2017
2 answers
129 views

1.

I have a radgridview, which contains RadRibbonGroups, which contains comboxboxes and textboxes.

However, I would also like to be able to resize the textboxes and comboboxes in the medium state. I could program it in XAML if I knew how to bind to  the RadRibbonGroup to get the current variant used. Or how to use wrap my controls in RadCollapsiblePanel inside the ribbongroup and bind to a property which contains the current state (small, medium, large).

? Is there a way to bind to the the current size variant of the group? I dont know which property to use.

 

2.

On another RadGridView, the RadRibbonGroups does not contain RadCollapsiblePabel and when it collapses, it collapses into a single collapse into a single button with an (ugly) standard picture.

? Is there any way to change this picture?

 

Thanks

Inger Marie
Top achievements
Rank 1
 answered on 09 May 2017
2 answers
115 views

Hi,

I am working on an application where I have to display the Current Time Indicator in UTC but there is no option or property to set it on the control.

Is there a way to do this? Do you plan to have this in the next release (The R2 2017 release of UI for WPF)?

I found a similar issue here: http://www.telerik.com/forums/currenttimeindicator-in-utc

Kind regards,

Soares

Stefan Nenchev
Telerik team
 answered on 09 May 2017
12 answers
767 views
Hi,

The scenario: a zoommable chart with a DateTime axys that contains a lot of points, approxymately one each 5 or 6 minutes for years.

I set the X Axys MaximumTicks property to 10 and all work good.

But:

1) If I'm looking a range of years the time is not interesting for me
2)  If I'm looking a range of years I prefer that any ticks go exaclty to one day (1/3/2013 00:00:00 instead of 1/3/2013 12:23:45)
3)  If I'm looking a range of hours the time is really important

How to menage manually the parameters 
MajorStepUnit and MajorStep?
The ActualRangeChanged event don't exists!

Thank's
marc.








Valentin
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 09 May 2017
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
Slider
Expander
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
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
WebCam
CardView
DataBar
Licensing
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
HighlightTextBlock
Security
TouchManager
StepProgressBar
VirtualKeyboard
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?