Telerik Forums
UI for WPF Forum
8 answers
545 views
I would like to add implicit styles to a UserControlLibrary, how would this be done? The Visual Studio Tools take care of this automatically if it's a wpf application but not for a UserControlLibrary.
Sia
Telerik team
 answered on 29 Mar 2018
3 answers
74 views

I would like to draw an area fill between my curve and vertical axis. I am using RadCartesianChart and ScatterSeriesDescriptor, how can I do that ?

 

If I add a ScatterAreaSeries, the chart will draw area between curve and horizontal axis.

 

I know I can do that if I change vertical axis to Catigory, but unfortunately I have to use Linear for both axis. 

Dilyan Traykov
Telerik team
 answered on 29 Mar 2018
8 answers
285 views

Hi,

Can someone show me how to do this in an MVVM friendly way?

I have want to set the ok button enabled state based on App.AppState.GetValue<bool>("IsReadOnlyUser");

Normally, I would do this with the CanExecute portion of a delegate. I can't quick seem to figure out how to rig this up.

I tried

<telerik:EventToCommandBehavior.EventBindings>
    <telerik:EventBinding Command="{Binding DataContext.BeginningEditCommand, Mode=TwoWay,     UpdateSourceTrigger=PropertyChanged, RelativeSource={RelativeSource AncestorType=telerik:RadGridView}}"
EventName="BeginningEdit" PassEventArgsToCommand="True"     CommandParameter="{Binding RelativeSource={RelativeSource AncestorType=telerik:GridViewRow} }"/>
</telerik:EventToCommandBehavior.EventBindings>

But couldn't find anything to set that would affect the ok button's IsEnabled.

Any help would be great.

Thanks... Ed

 

 

 

Randy Hompesch
Top achievements
Rank 1
 answered on 29 Mar 2018
1 answer
132 views

Hi,
The requirement is to monitor the Ctrl+S event, then Overwrite the dialog of selection file and give the default path and filename.

How to solve this?
Thanks!

Tanya
Telerik team
 answered on 29 Mar 2018
1 answer
123 views
I have data in the form of a CSV string that includes a header row. I can think of a few ways to accomplish this but I was wondering if there is a definite clean way of doing this that I am not seeing in any documentation.
Dustin
Top achievements
Rank 1
 answered on 28 Mar 2018
8 answers
537 views
Hi There,
I have a requirement to display vertical and horizontal scroll bars in RadPanelbar item when its content is large, but Radpanel bar doesnt support this, instead it stretches vertically/horizontally as much as we have the content,  and the last radpanelbar item will hide at the bottom of the Radpanelbar. 
Please verify the screenshot for more information(what we are expecting is depicted in the screenshot).

Regards,
Srinivas.
Eran
Top achievements
Rank 1
 answered on 28 Mar 2018
9 answers
236 views
Having a very frustrating problem. My sample project works perfectly, but my real application does not. I implemented IMapItemsVirtualizationSource and everything shows up fine. When I change the zoom, MapItemsRequest is called. I verified that only the items for the corresponding zoomlevel are added to CompleteItemsRequest. However, the items from the previous zoom level are still shown on the map. If I pan the map so that the items are out of view and then pan back to the original location, the old items are gone. It appears that changing the zoom level is not causing the old items to be removed. Any ideas what could cause this? Version 2014.3.1202.45. This is the first time I've tried using virtualization.
Petar Mladenov
Telerik team
 answered on 28 Mar 2018
2 answers
91 views
I need to fill the area between my data line and vertical axis, but all areaseries are drawn between stroke and horizontal axis by default. Is there a way to fill area between stroke and vertical axis? Using something like scartterAreaSeriesDescriptor ?
Dilyan Traykov
Telerik team
 answered on 28 Mar 2018
5 answers
668 views

Hello,

I have a problem using radmenu in RadWindow.HeaderTemplate.

The radmenu items are displayed but the sub items aren't and nothing happens when i click on item.

Here is my code :

<telerik:RadWindow x:Class="MainWindow"
        Header="Test" Height="900" Width="1400"
        WindowStartupLocation="CenterScreen"
        FontFamily="Segoe UI Bold"
        FontSize="18">
    <telerik:RadWindow.HeaderTemplate>       
        <DataTemplate >
            <telerik:RadMenu Background="Transparent"  HorizontalAlignment="Right" ClickToOpen="false" >
                <telerik:RadMenuItem Header="Item1"  />
                <telerik:RadMenuItem Header="Item2" >
                    <telerik:RadMenuGroupItem>
                        <telerik:RadMenuItem Header="SubItem1"/>
                    </telerik:RadMenuGroupItem>
                </telerik:RadMenuItem>
            </telerik:RadMenu>
        </DataTemplate>
    </telerik:RadWindow.HeaderTemplate>
    <Grid>
 
    </Grid>
</telerik:RadWindow>

 

Thanks in advance.

Regards.

OD
Top achievements
Rank 1
 answered on 27 Mar 2018
3 answers
295 views

I have Prism application and the shell window is a RadRibbonWindow with a RadRibbonView.  The close button is shifted left.  I cannot figure out why.  If I replace the RadRibbonWindow with a Window, then the close button renders in the correct location.  Attached is an image of the RadRibbonWindow with close box shifted left.  Thanks.

 

 

Sia
Telerik team
 answered on 26 Mar 2018
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
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
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?