Telerik Forums
UI for WPF Forum
8 answers
69 views
Our application is in WPF and we are using RED Timebar control for playing video.
We are facing some issue with that.

1) When we change mouse wheel we are changing time in that, as we need that event as we like to bind some other control on that. So can we know how to generate mouse wheel event?

2) As in our application we can bind multiple video control, we also have to add multiple time in same REDTimebarLine in REDTimebar control, so is there any possibility for that?

3) In the selected range of REDTimebar, we need one cursor bar that give actual time while video is running and that cursor will change inbetween selected Range only and we also need its click and drag and drop event too.

attached image provide the idea what we need using timebar control.
Petar Marchev
Telerik team
 answered on 23 Sep 2015
1 answer
330 views

Hi, 

 I try to customize the appointment of a scheduleview. I use the following code to change the backgroud color. But I also need to change the background color when the appointment is selected. How can we change it ?

 

        <scheduleview:OrientedAppointmentItemStyleSelector x:Key="AppointmentItemStyleSelector">
            <scheduleview:OrientedAppointmentItemStyleSelector.VerticalStyle>
                <Style TargetType="scheduleview:AppointmentItem" BasedOn="{StaticResource AppointmentItemBaseStyle}">
                    <Setter Property="Background" Value="#C1D72E" />
                </Style>
            </scheduleview:OrientedAppointmentItemStyleSelector.VerticalStyle>
        </scheduleview:OrientedAppointmentItemStyleSelector>

 

Thanks

Marc

Nasko
Telerik team
 answered on 23 Sep 2015
1 answer
70 views

Hello,

When plotting a StepLineSeries onto a CategoricalAxis chart with only one single category we don't get the 'step' rendered for that value.

Is there a way to get this single value to show? Or is there another way to plot a straight line across the full width of a category at a specific value?

Thanks in advance for any help you can provide.

 

Peshito
Telerik team
 answered on 23 Sep 2015
2 answers
287 views
Hi, in your QR examples you give the source as a text value ,  does telerik QR support the pre-defined QR classes change as driving licence or address? 
Joe Bohen
Top achievements
Rank 1
 answered on 23 Sep 2015
2 answers
301 views

Team,

I want to disable the Floating Option for RadPane,but i shoud be able to drag a Pane from a Group and Dock to Left/Top/Right/Bottom/Center.I dont want to make it float.

PLease provide me solution to disable Floating and enable Docking.

 (Telerik Version-2012)

Thanks,

R.Suresh

Suresh
Top achievements
Rank 1
 answered on 22 Sep 2015
2 answers
63 views

Hi,I want to do some changes on the MonthView

just to put down the day number on the cell 

but I can not do adjust the layout of the slot (or highlight item) in the cell

 

 

Top achievements
Rank 1
 answered on 22 Sep 2015
1 answer
72 views
Hi,,, How to Diasable The Control inside the RadgridView When am going to editing and enable when am going to add new item
Yoan
Telerik team
 answered on 22 Sep 2015
4 answers
134 views

There are several other posts that looked similar and I used their code to come close but I am still having problems.  

Problem: I have a datatable with a number of columns which I have bound to the radgridview.  This works.  What I want to do now is restrict the columns based on additional data in the view model.  The modelview contains the datatable and the columns which I would like to bind.  I am somewhat new to WPF and MVVM.  I used the example from this post http://www.telerik.com/forums/column-collections but again it didn't work as I expect. 

 

Thank you for any suggestions or code.

 

Stefan
Telerik team
 answered on 22 Sep 2015
1 answer
158 views

I am using a RadRadicalGuage with an outside bar indicator. When I set the indicator to go full scale it cuts off the top and side of the bar indicator. Not sure how to fix this.

 

            <telerik:RadRadialGauge x:Name="DrillPressureGauge"  telerik:StyleManager.Theme="Windows8" Height="225" VerticalAlignment="Top" HorizontalAlignment="Left" Width="225" Margin="198,44,0,0" >
                <telerik:RadialScale Min ="0" Max="10000" Foreground="Transparent">
                    <telerik:RadialScale.Ranges>
                        <telerik:GaugeRange Min="0"
Max="6000"
                                        StartWidth="0.20"
                                        EndWidth="0.20"
                                        Background="Green"
                                        IndicatorBackground="Green" />
                        <telerik:GaugeRange Min="6000"
Max="7750"
                                        StartWidth="0.20"
                                        EndWidth="0.20"
                                        Background="Orange"
                                        IndicatorBackground="Orange" />
                        <telerik:GaugeRange Min="7750"
Max="10000"
                                        StartWidth="0.20"
                                        EndWidth="0.20"
                                        Background="Red"
                                        IndicatorBackground="Red" />
                    </telerik:RadialScale.Ranges>
                    <telerik:RadialScale.Indicators>
                        <telerik:BarIndicator
                                Value="10000"
                                StartWidth="0.1"
                                EndWidth="0.1"
                                EmptyFill="Transparent"
                                Background="LightGray"
                                BorderBrush="Transparent"
                                StrokeThickness="0"
                                telerik:ScaleObject.Location="Outside"/>
                        <telerik:Needle />
                        <telerik:Pinpoint/>
                    </telerik:RadialScale.Indicators>
                    <telerik:RadialScale.CustomItems>
                        <TextBlock Text="12345"
                           telerik:ScaleObject.RelativeX="0.35"
                           telerik:ScaleObject.RelativeY="0.85" Background="White" Foreground="Black" FontFamily="Calibri" FontSize="32" VerticalAlignment="Bottom" Height="36.063" HorizontalAlignment="Center" FontWeight="Bold" />
                    </telerik:RadialScale.CustomItems>
                </telerik:RadialScale>
            </telerik:RadRadialGauge>

Sia
Telerik team
 answered on 22 Sep 2015
1 answer
382 views
Hi,

 My requirement is

1. WPF Treeview control​ it should accept the user defined treeviewitem template and it should supports multiple levels.
2. Treeview inside a treeview with multiple levels.
3.​ Treeview with Lazy loading and Custom defined Paging support. ex: page contains 200 items.
4. In the Paging, When we scroll only 200 items should be display​(Not like a Grid control)..Only scrolling paging will be handled.
5.Treeviewitem with Image.​

Kindly reply me whether mentioned requirements should ​support your WPF Treeview control? if supports please send me sample and will showcase to client. Based on that we are planning to purchase telerik controls.
Martin Ivanov
Telerik team
 answered on 22 Sep 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?