Telerik Forums
UI for WPF Forum
2 answers
126 views
I have looked over the examples for selecting items from the Visualization layer, specifically "Visualization Layer Items Selection" but they all seem to require adding event handlers in the code behind. Is there a way to select items without having to add an event handler in the code behind and keep all the logic in the viewmodel? Normally I just use data binding with the ItemsSelected property but that doesn't seem to be working.
AML IT
Top achievements
Rank 1
 answered on 11 Oct 2019
3 answers
141 views

Hi, 

I have an app that uses voice control. When a command is ambiguous (i.e. meaning it returns multiple potential results), I want to pop up a model window displaying a list of those potential results, preferably in a grid. I then want to allow the user to simply click the row in the grid containing the desired command (or data value), and return that selected value to the calling window.

To further complicate matters, the voice-control mechanism (cognitiveservices.speech) listens on a secondary thread, so I want the modal dialogue to suspend not only suspend the activities of the calling window until the user makes his/her selection, but also the listening thread.

Any guidance?

Wayne

Dilyan Traykov
Telerik team
 answered on 11 Oct 2019
0 answers
190 views

Hi sir,

I am new to wpf application.i started to do a simple login form.but after adding controls shows presentation framework error.so please give a solution to solve this.i have attached a source code

Vidhya
Top achievements
Rank 1
 asked on 11 Oct 2019
1 answer
121 views

Please refer to the attached screenshot of the chart I am attempting to reproduce with the ChartView control.

Each item on the horizontal axis has a start and end value.

Would this be some kind of custom bar chart?

Is it possible to define your own series type? - Would that be the approach here?

The vertical lines would be nice to have but aren't a priority.

Martin Ivanov
Telerik team
 answered on 10 Oct 2019
3 answers
108 views

Hello,

I have the following problem with the Schedule View.

When I display a resource multiple times in a calendar, the appointments are only displayed in one slot. The problem can also be seen in the Telerik WPF ScheduleView demo "filter sub-group headers". Sven Ottlieb is in Level Basic, Advanced and Expert, but the dates are only displayed in Level Expert. Is there a solution?

Thank you very much.
Best regards,
Helmut

Dinko | Tech Support Engineer
Telerik team
 answered on 10 Oct 2019
3 answers
155 views

When I call LoadLayout to reload my saved layout, my windows close and reopen.
It works, but I'd rather they just jump (or animate) to the loaded positions.

Is there a way to accomplish this?

Thank you
Buzz

Dilyan Traykov
Telerik team
 answered on 10 Oct 2019
5 answers
1.8K+ views
Hi! Is it possible to set picture (bitmap icon) to surface of RadButton or to surface of RadRadioButton so that this picture would occupy the entire surface of RadButton or RadRadioButton? And what format (GIF, JPJ, PNG, e.t.c) must have bitmap icon for its placing on RadButton' surface or RadRadioButton' surface?
Ras Ran
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 10 Oct 2019
4 answers
320 views
Hi everyone,

I am developing a WPF application in which I use RadControls including RadDocking.

Is an event raised when the user has finished resizing a RadSplitContainer ?
I do not want to handle an event raised several times during resizing.

Is an event raised when the user has finished moving a splitter ?
I do not want to handle an event raised several times during moving.

Thank you in advance for your answers
Vladimir Stoyanov
Telerik team
 answered on 09 Oct 2019
1 answer
236 views
Hi,

I want to get an event before resizing of Raddocking panes.
We have SizeChanged event but there is not PreviewSizeChanged event. Is there a way to achieve preview of resizing?

Thanks,
Tayyaba Naz
Vladimir Stoyanov
Telerik team
 answered on 09 Oct 2019
9 answers
1.2K+ views

Hello, I'm trying to unselect selected item in ListBox, but I have no success yet ( UI ListBox still selected).
I am trying in this way:
private void OnStandarBoxSelectionChanged(object sender, SelectionChangedEventArgs e)
{
 
    if (StandardBox.SelectedItem == null) return;
 
    ...
 
    StandardBox.SelectedItem = null;
}

Could you explain What better way to solve this problem?
Thank You.

Dimitar Dinev
Telerik team
 answered on 09 Oct 2019
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?