Telerik Forums
UI for WPF Forum
7 answers
235 views

Hi!

I have a question about licensing for a developer team. We are 5 of us in the team working on the same solution. It's a multiple project WPF solution. Only one of us would like to work with the UI and the telereik components i.e. modify the xaml file and add new telerik components to the actual view. The left of use will just work on the core of the application, but wants to build and run the application and test their own changes. My question is that do we need 5 licenses or we could go with only one? Thanks in advance.

 

Regards,

Roland

Martin Ivanov
Telerik team
 answered on 08 May 2020
2 answers
328 views

How can I play a sound in the background when displaying a RadDesktopAlert? I believe the WinForms version has a property to provide a file name and the sound plays automatically.

Martin Ivanov
Telerik team
 answered on 08 May 2020
3 answers
324 views
I am trying to set the value property in code on the DateTimePicker (Input mode is Time Picker). It looks like the value is being set properly but I never see anything displayed in the UI. I have tried to set the RadDateTimePicker.DateTimeText and that doesn't seem to work either. ???

Thanks,
Rod
RadDateTimePicker dayEndTimePicker = new RadDateTimePicker();
            dayEndTimePicker.InputMode = Telerik.Windows.Controls.InputMode.TimePicker;
            dayEndTimePicker.MinWidth = 75.0;
            dayEndTimePicker.MaxWidth = 75.0;
            dayEndTimePicker.SelectionChanged += new SelectionChangedEventHandler(dayEndTimePicker_SelectionChanged);
            string endTime = GetScreenSettingValue("DayEndTime", "18:00:00", false);
            string[] endTimeSplit = endTime.Split(new Char[] { ':' });
            dayEndTimePicker.SelectedValue = new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day, Convert.ToInt32(endTimeSplit[0]), Convert.ToInt32(endTimeSplit[1]), Convert.ToInt32(endTimeSplit[2]));
            dayEndTimePicker.DateTimeText = dayEndTimePicker.SelectedValue.Value.ToShortTimeString();
Vladimir Stoyanov
Telerik team
 answered on 08 May 2020
7 answers
435 views

Hello,

 

Is it possible to have the navigation view items expand downwards to show further submenus? I've tried using radpanelbar and expandergroups in the item's content but it doesn't work like I want it to.

 

Thanks,

 

Richard

Martin Ivanov
Telerik team
 answered on 07 May 2020
6 answers
303 views

Hi!

I'm using the RadScheduleView with custom appointments as described in the referenced article on your documentation. But unfortunately I'm facing some troubles using the Appointment as suggested. What I want to achieve:

I have a  complex object for storing time tracking information (let's call it TimeTrack) with a start, end (DateTime), name and references to other child objects storing additional information. I wanted to display those TimeTrack objects in a schedule view  so user can easily modify start, end or even create a copy of that object with using the [CTRL] key. Therefor I created a TimeTrackAppointmentProxy class in this way:

public class TimeTrackAppointmentProxy : Appointment

{

     

}

Martin
Top achievements
Rank 1
 answered on 07 May 2020
1 answer
355 views

Is it possible to set a Filter for the OpenFileFialog, when you browse for a file?

 

Example *.pdf

Petar Mladenov
Telerik team
 answered on 07 May 2020
4 answers
168 views
Hello !

I was wondering if there is any way to move "time rulers" from the RadGantView or RadTimeline to the bottom (having items above the timeline) ?
Alexandre
Top achievements
Rank 1
 answered on 07 May 2020
5 answers
488 views
This is definitely odd, but it seems the font for my context menu in the RadRichTextBox is being change according to the font I select.  See the attached image for an example.

Thanks in advance,
Steve
Martin
Telerik team
 answered on 07 May 2020
3 answers
146 views

When the binding mode is set to TwoWay on SelectedAppointment, you cannot edit an appointment with a Recurrence pattern after is has been created.

The ShowDialog event will not even fire. Is this intended behavior?

Regards,

2020.1.218.45

 

SelectedAppointment="{Binding Selected, Mode=TwoWay}"
Kalin
Telerik team
 answered on 07 May 2020
2 answers
96 views

When implementing ScheduleViewDragDropBehavior, the behavior performs correctly, but the XAML designer indicates "CustomScheduleViewDragDropBehavior is not a valid value for property 'DragDropBehavior'."

<telerik:RadScheduleView.DragDropBehavior>
    <ViewModels:CustomScheduleViewDragDropBehavior/>
</telerik:RadScheduleView.DragDropBehavior>

 

Regrards,

Brian
Top achievements
Rank 1
Veteran
 answered on 06 May 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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?