Telerik Forums
UI for WPF Forum
1 answer
161 views

I would like to create a Google Chrome like application with tabs positioned in the application header.

Does the RadWindow provide any Features to achieve this?

It's pretty easy to position it right, but the tabs become unclickable this way:

<Grid Margin="0,-23,0,0" >
    <telerik:RadTabControl HeaderBackground="{x:Null}" x:Name="radTabControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.ColumnSpan="2">
        <telerik:RadTabItem x:Name="RadTabItem" Header="RadTabItem" Height="24" Width="100">
            <Grid Background="Transparent"/>
        </telerik:RadTabItem>
    </telerik:RadTabControl>
</Grid>
Kalin
Telerik team
 answered on 19 Oct 2016
1 answer
60 views

Hi,

 

I am using Radchart and I use StackedBarSeriesDefinition and SeriesMappingCollection to bind it to Rad chart.

I have shortened the string to show it in x-axis. ie the Xcategory value. I need to show the full text on hover the label. Do we have any such things to show tooltip on Xaxis value?

 

 

Peshito
Telerik team
 answered on 19 Oct 2016
1 answer
136 views

Hi,

I want to hide some times in the TimePicker without loosing the position of the displayed times.

Currently, when I set the StartTime and the EndTime, the removed times are "collapsed" in the component.

Instead of "collapsed", I want to hide the removed times.

See screenshots.

How can I modify the TimePicker style for my need?

Nasko
Telerik team
 answered on 19 Oct 2016
1 answer
144 views
I'm working on a wpf application, i created a RADPivotGrid User control and added it to my WPF application with static ressource (Adding RadPivotGrid to your application), but its show up invisible or missing.
Polya
Telerik team
 answered on 19 Oct 2016
2 answers
140 views

Hi All,

 

I am using Telerik RadGridView with filters. When clicking the filter icon for each column, filter box appears. When I press ALT+TAB then my application get minimizes but the filter reamins in the screen. 

 

Can anyone helps me how to minimize the filter box when we tab outs. Below I have pasted the RadGridView in Xaml.

 

<telerik:RadGridView x:Name="rdgView" EnableRowVirtualization="False" DataLoadMode="Synchronous"
                     UseLayoutRounding="True" SnapsToDevicePixels="True" RenderOptions.EdgeMode="Aliased"
                     telerik:TouchManager.IsTouchHitTestVisible="False" IsReadOnly="False" CanUserInsertRows="{Binding InsertNewRow}"
                     AutoGenerateColumns="False" ColumnWidth="*"   ShowGroupPanel="False" ItemsSource="{Binding EmployeeCollection,Mode=TwoWay}"
                     CanUserSortColumns="True"  Height="Auto" VerticalAlignment="Top"
                     IsSynchronizedWithCurrentItem="True"
                     VirtualizingPanel.VirtualizationMode="Recycling" ScrollViewer.VerticalScrollBarVisibility="Auto"
                     ScrollViewer.HorizontalScrollBarVisibility="Auto"    CanUserFreezeColumns="True" Margin="10,5,10,0"
                               telerik:StyleManager.Theme="Transparent"
                                           Grid.Row="1" GroupRenderMode="Flat" NewRowPosition="Top"
            DistinctValuesLoading="rdgView_DistinctValuesLoading"
 >

ajin prasad
Top achievements
Rank 1
 answered on 19 Oct 2016
5 answers
108 views
Hi, 

When creating my polar charts I sometimes need them to be open ended (if say I only have 180 degrees of data). Currently when I plot them they automatically close (image attached). Is there an "IsClosed" property for the series? I'm using the ChartSeriesProvider.

Thanks,

James
Marcello
Top achievements
Rank 1
Iron
 answered on 18 Oct 2016
5 answers
547 views

Hi Everyone,
I want to bind Dictionary to Rad property grid. But this dictionary keys and values are run time generator. When I choose DB1 it may be 3 keys and 3 values if I choose DB2 it may be 8 keys and 8 values. Here I don’t want to update Property Grid Xaml when Dictionary values changes.
Can anyone provide solution with help of sample application as soon as possible.

Regards,
Rajendar.

Stefan
Telerik team
 answered on 18 Oct 2016
4 answers
204 views

I read this document CustomText for GridViewNewRow

But I'm using built-in localization mechanism.

How can I do?

Dario Concilio
Top achievements
Rank 2
 answered on 18 Oct 2016
6 answers
1.0K+ views
Hello,

I would like to add support to my RadDiagram for the user to perform a multi-select operation using the Shift key, in addition to the default Ctrl key.  I looked at adding to the InputBindings but there is no Command for select.  I also tried adding a handler for OnSelectionChanged that attempted to re-select the items in the SelectionChangedEventArgs.RemovedItems but my changes were apparently overridden after the handler completed and only the last clicked item would be selected.

Is there a way to implement this?

Thanks,

Peter Pepperell
Martin Ivanov
Telerik team
 answered on 18 Oct 2016
7 answers
287 views
This is for WPF ChartView. I am trying to Sync the track ball move of one chart to show up in another chart. I am displaying two different sets of information in both charts, but since the X-Axis has the same value for both, I need to Sync the move on one chart and see the result in the other chart. I am attaching a screenshot to explain better. Any Idea, how I can accomplish this. I know I have to trigger the  CharTrackBallBehavior_TrackInfoUpdated event somehow, but as far as I can see in other threads it's not possible to trigger that event manually. Any Other ideas on how I can accomplish this?
Dinko | Tech Support Engineer
Telerik team
 answered on 18 Oct 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?