For example, when DateTimePicker.FlowDirection=RightToLeft, the CalendarIcon is inverted [Windwos8, Greeen, Office2013 etc. themes].
The problem is happening with Rad Docking in X1 Yoga Thinkpad laptop. The problem is so that when launching the pane in Raddocking then the pane opens up outside the window. This is happening even if the window is not near to the border of the screen. Video and the same project attached.
Available in LIB version 2017.1.213 , it will be also available in the R1 2017 SP1 Release.
Currently if a column is bound to a field of type DateTimeOffSet it is not displayed using the culture like DateTime is. It would be nice if this is supported in the future
I have a diagram with about 45 custom image objects contained within it. When I export the diagram to a png using RadDiagram.Export("PNG") there are 3 images that are not rendered in the image.
When new product features are released it would be useful to show a short introduction for users. View introjs.com to see a similar solution for web development
Hi support, I've mixed RibbonWindow Sample and Prism with ReagionManager and RadDocking in this sample. When I try to dock a derived RadPane (e.g. OutputView or others) in center of the compass menu the derived RadPane Header is not shown as a tab in the split container. Only pure RadPane instances (c.f. "_regionManager.RegisterViewWithRegion("DockingRegion", typeof(RadPane)); " in FileServicesModule class will dock in correct manner.
Should be simple, but it just doesn't show I have the latest version of telerik
CartesianCustomLineAnnotation should allow for rendering options (2D, Bitmap, default) to allow for a consistent visual appearance.
When using Two-way binding and the RadListBoxSelectedItemsBehavior for RadListBox's SelectedItems, the items are not re-added to the Visual Tree after the theme is changed at runtime.
when only one data ,the Chart3D Bar drawing will exceed the floor,looking the attachments pls.
I know the Transitioncontrol have the MotionBlurredZoomTransition, the effect is better for image ,but not UI content,especially when the UI use the simple color,the MotionBlurredZoomTransition effect is weak,I find the RadCalendar control with the cool zoom animation,How to realize? the other question:How to realize the book turning animation with the Transitioncontrol ?
with windows10/2k DPI/14 inch screen ,when show the gridview gridline,the line is different. the other things,when the tabitem is selected,the dropdownmenu can't mark the selected item. look the attach files!
Basing on the "{StaticResource FilterControlStyle}" would cause an InvalidArgumentException, if the types would mismatch. If you are to base on a custom style on the default style of either of those controls, you can do it by type reference - e.g. BasedOn="{StaticResource {x:Type telerik:FilteringControl}}"
I want to have opportunity to disable RadExpander header because I want to programmatically expand or collapse RadExpander control.
You have, for example rectangle which is in ContentControl in XAML, next to FluidC.C. FluidContentControl is in small state. Ona button click SmallContent is assigned to the Rectangle. This leads to the exception stated that rectangle is already a logical child of another element.
User can set AutoCalculateBounds to True by the following way: public class CustomClusterGenerator : DefaultClusterGenerator { public override ClusterData CreateCluster(Location center, object item) { var clusterData = base.CreateCluster(center, item); clusterData.AutoCalculateBounds = true; return clusterData; } } this.VisualizationLayer1.ClusterGenerator = new CustomClusterGenerator(); When clustering 4 points: ObservableCollection<DataItem> items = new ObservableCollection<DataItem>() { new DataItem() {MapLocation = new Telerik.Windows.Controls.Map.Location(20, 30) }, new DataItem() {MapLocation = new Telerik.Windows.Controls.Map.Location(20, 34) }, new DataItem() {MapLocation = new Telerik.Windows.Controls.Map.Location(22, 32) }, new DataItem() {MapLocation = new Telerik.Windows.Controls.Map.Location(18, 32) }, }; this.VisualizationLayer1.ItemsSource = items; EXPECTED: ClusterData's Bounds must be: WEST: 30 and EAST: 34. Actual Values are 30 and 30 (29.9999 and 30).
looking the attach file,when resize the second gridview's column moving back and forth when at first run the sample,the after columns flicker and the width grow and lessen.and when resize the third column,the 'unit price' column will become the min width. but when test the microsoft's datagrid,it is good,the any other column width's change is gentle.