Telerik Forums
UI for WPF Forum
4 answers
347 views

Hi,

I have charts that might contain data several hours long, but often it is desired to zoom into levels a minute long or less. The problem is that this is prevent by the minimum zoom setting. And I cannot set the minimum zoom setting lower than 1,1 , or 1% of total length. Why is this, and is it possible to bypass this so that we can zoom in further?

Martin Ivanov
Telerik team
 answered on 19 Dec 2018
2 answers
123 views

I'm trying to create a RadGridView that initially shows only the footer row with all the aggregates properly calculated, then a button that allows all the rows to be displayed along with the footer.

Is there any way to show just the footer without showing all the data rows? Note that I don't want to use a filter because then the aggregates aren't calculated properly. I just want the view to initially show the aggregate values while giving the user the ability to hit a button to expand the grid to show all the detail rows used to calculate those aggregates.

Thank you!

Brian
Top achievements
Rank 1
 answered on 18 Dec 2018
11 answers
548 views
Greetings.

I am using the Telerik RadGridView control to display data. In one screen I am using it without the rowstyleselector, in another I am using it with the rowstyleselector.

In the instance without the rowstyleselector, I use GridLinesVisibility="None"> and it works fine, the gridlines are gone.

But in the instance with the rowstyleselector, I use the following code, but the gridlines are still visible.

<Queue:TelephonyCallQueueRowStyleSelector.ConnectedToOtherStyle>
            <Style TargetType="TelerikGridView:GridViewRow">
                <Setter Property="Background">
                    <Setter.Value>
                        <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
                            <GradientStop Color="Black" Offset="0.96"/>
                            <GradientStop Color="#FFBDFDBD" Offset="0.95"/>
                        </LinearGradientBrush>
                    </Setter.Value>
                </Setter>
                
                <Setter Property="Grid.ShowGridLines" Value="False" />
            </Style>
        </Queue:TelephonyCallQueueRowStyleSelector.ConnectedToOtherStyle>

Why won't the gridlines go away?

Thanks,

Wade
Stefan
Telerik team
 answered on 18 Dec 2018
1 answer
126 views
We are facing issue while opening a word document in radrichtextbox control using ribbon button UI as well as importing the document using DocxFormatProvider and XamlFormatProvider. The control renders the word file in a very messy format. Common features of MS office are used in the file. Sample file, code and video evidence is attached. Kindly look into this issue. Thank you
Boby
Telerik team
 answered on 18 Dec 2018
3 answers
130 views

Hello.
I am testing a WPF Org Chart Diagram and I need to dynamic create child nodes when user clicks the Node (lazy loading).
But I have a problem. When I create new node and link and call diagram.Layout(...), routing is corrupted.

How to fix it?

Konstantin
Top achievements
Rank 1
 answered on 18 Dec 2018
2 answers
289 views

I have a RadCartesianChart in that I am adding different series (Area/Line mainly)  and calculating datapoint on mouse hover .

I would like to prioritize to line series and calculate datapoint of Line series  if line series is over lapped with area series.

I can get the selected series if mouse click happened and chartBehavior is associated with RadCartesianChart , but looking for solution which give me current hovered series.

Is there any way in code behind or in event I can get which series of chart is currently hovered ?

appreciate your help

Regards,

Jyoti

Jyoti
Top achievements
Rank 1
 answered on 17 Dec 2018
3 answers
294 views

Hi Telerik,

Can you advice me how to handle my issue with ChartTrackBallBehavior. As you can see in attached image, ChartTrackBallBehavior  hides chart itself. I would like to know what is my options to solve this issue?

Is it possible to change position of ChartTrackBallBehavior when it start hiding chart?

My another idea is change vertical range so tracking ball will be always above chart. telerik:LinearAxis has Maximum property. I would like to stay with auto calculated range and just increase it about 20%. Is there some way how to achieve this? This is my current axes definition:

 

<telerik:RadCartesianChart.VerticalAxis>

                        <telerik:LinearAxis MajorStep="100" SmartLabelsMode="SmartStepAndRange" />
</telerik:RadCartesianChart.VerticalAxis>

 

Thanks,

Vaclav

 

Martin Ivanov
Telerik team
 answered on 17 Dec 2018
2 answers
130 views

Hello,

First thank you for xaml-sdk\Map\WPF\SQLGeospatialData\ example

As i can see telerik:SqlGeospatialDataReader has property PointTemplate, but how i can set template for all other Sql Geospatial Data Types?

The SqlGeospatialDataReader supports the following geometry types:
Point
LineString
Polygon
Triangle
MultiPoint
MultiLineString
MultiPolygon
GeometryCollection

Martin Ivanov
Telerik team
 answered on 17 Dec 2018
6 answers
240 views

In winform demos, it use FastLineSeries and have nice fps, very smooth.

how can i do it in wpf?

Si
Top achievements
Rank 1
 answered on 15 Dec 2018
1 answer
320 views
Hi, I'm currently using Radsplitcontainer, radpanegroup and radpane and I'm having a problem with settings which of the tab in the radpanegroup should be active. I got two viewmodels, and I want to use a bool to make the tabs active according to which ViewModel event that is invoking. How can I do this?

Because I'm using a gridView, and by selecting an item in the grid, I the tab to be active depending on which gridview I'm selecting an item on. This mean that I'll have 2 gridviews, and the radpane is supposed to be a tab window that shows the details of the item selected.

<telerik:RadPaneGroup TabStripPlacement="Top" telerik:ProportionalStackPanel.RelativeSize="100,300" >
                        <telerik:RadPane Header="{Binding viewModel1.Title, Mode=TwoWay}" CanUserClose="False" CanDockInDocumentHost="True" >
                            <ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
                                <ContentControl Content="{Binding viewModel1}"
    ContentTemplate="{StaticResource ViewEditorTemplate1}" />
                            </ScrollViewer>
                        </telerik:RadPane>
                        <telerik:RadPane Header="{Binding viewModel2.Title}" CanUserClose="False" CanDockInDocumentHost="True" telerik:ProportionalStackPanel.RelativeSize="200, 100" >
                            <ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
                                <ContentControl Content="{Binding viewModel2}"
                                                ContentTemplate="{StaticResource ViewEditorTemplate1}"/>
                            </ScrollViewer>
                        </telerik:RadPane>
                    </telerik:RadPaneGroup>
Vladimir Stoyanov
Telerik team
 answered on 14 Dec 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
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
Rating
SplashScreen
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
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?