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>
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?
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?
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"
>
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.
I read this document CustomText for GridViewNewRow
But I'm using built-in localization mechanism.
How can I do?