Available in LIB version 2016.1.118, it will be also available in the 2016 Q1 SP Release.
A selection in RadListBox, RadColorPaletteVIew, RadTreeView. RadGridView etc. cannot be made with touch gestures when the control is inside a ScrollViewer. Reason for declination: This is not a bug in the touch logic of the controls. The selection does not work because the manipulations of the ScrollViewer are enabled and the scroller captures the touch and marks the touch events as handled, leaving the ScrollViewer the only element to receive touch events. There are at least two possible solutions for this. 1.If you have access to the ScrollViewer, you can set attached TouchManager.ScrollViewerSwipeMode for the ScrollViewer to Self. <ScrollViewer telerik:TouchManager.ScrollViewerSwipeMode="Self" /> 2. If you do not have access to the ScrollViewer, you can use a combination of two attached properties, for the elements inside the scroller. The two properties are two of the attached TouchManager properties - TouchMode and ScrollViewerSwipeMode. <ScrollViewer> ... <telerik:RadCartesianChart telerik:TouchManager.TouchMode="Locked" telerik:TouchManager.ScrollViewerSwipeMode="Parent" />
There're errors in the dutch translations-dll, the two I corrected locally by a custom LocalizationManager are: Item GridViewGroupPanelText should be: Versleep de kolomkoptekst en plaats deze hier om op deze kolom te groeperen Item MoveFirst should be: Verplaats Eerste but there are probably more that need correction.
This happens only when using XBAP Full Trust Application. Initially when floating a pane with mouse, the ToolWindow is misplaced. If the user release the dragged window and click the header again, works fine.
Issues: In some themes, when the element (both TextBox and PasswordBox) is focused, the hover does not appear anymore Those two issue should be resolved: 1. Different left padding in all themes (WPF) 2. Different height in all themes (WPF)
Available in LIB version 2015.3.1019, it will be also available in the 2015 Q3 SP1.
Will be available in Q1 2016 Release.
Fixed in LIB Version 2015.3.1130. Note that the MinimizeButtonStyle used in the OutlookBar control is now renamed to OutlookBarMinimizeButtonStyle.
Available in LIB version 2015.3.1116, it will be also available in the 2016 Q1.
We are building an application based with an Office 2013 look/feel. It would be great if there were resources that allowed us to use appropriate font sizes, families, etc within out controls. For example, a backstage header font size and family ... Currently the values provided in the "Palette" do not complete the picture. Reason for declination: The XAML team has reviewed this issue and will not be addressing it as we are not sure about the exact scenario. If you want to share additional requirements about this request please contact us through the support ticketing system with details and a reference to this item.
I love the amount of flexibility provided by the palette-based themes and was surprised that we could easily tune the colors but had no control over the opacity level used in the disabled state. We have customers complaining that it's too faint (compare with MS label in attached screenshot) and it would be great if we could address this as easily as the rest of the theme colors. Reason for declination: The XAML team has reviewed this feature request and we are closing it because it is already logged in our feedback portal: http://feedback.telerik.com/Project/143/Feedback/Details/139310-make-the-disabledopacity-a-dynamic-resource You can vote for it and follow it to track its progress. Any additional information or requirements will be highly appreciated. You can add them to the item or contact us through the support ticketing system with details.
Here is the relevant forum thread: http://www.telerik.com/forums/virtualqueryablecollectionview-currentitem-not-loaded
Available in LIB version 2015.3.1019, it will be also available in the 2015 Q3 SP1.
Available in LIB version 2015.3.1019, it will be also available in the 2015 Q3 SP1.
When the UI culture changes, the DataMemberBinding is updated for all columns (I'm wondering why?). See \Controls\GridView\GridView\GridView\GridViewDataControl.cs: private void UpdateCultureInfoIfNeeded() { if (this.cultureInfo != null && (this.cultureInfo.Name.ToUpper(this.cultureInfo) != this.Language.IetfLanguageTag.ToUpper(this.cultureInfo))) { this.InitializeCultureInfo(); foreach (var column in this.Columns.OfType<GridViewBoundColumnBase>()) { Binding oldBinding = column.DataMemberBinding.CloneBinding(column.ValidatesOnDataErrors); column.DataMemberBinding = oldBinding; } } } However, if the DataMemberBinding was null, the CloneBinding creates a new binding with empty path instead of returning null again - but this never makes sense for the DataMemberBinding on a column (crashes the application as soon as the Binding is applied to the cells). Background: I have created a column where the cell value is not bound but dynamically calculated - so the DataMemberBinding is null.
The fix will be included in our LIB v. 2015.02.0810.
When comparing the RadPdfViewer to the Adobe Acrobat Reader the RadPdfViewer is 1.5sec slower in loading a normal PDF (500K, 1 table, 1 image). Also improve the touch gestures like scrolling and zooming of the RadPdfViewer.
this feedback is about a suggestion for you all about creating a new type of object into the WPF / ASP.NET library. I've built an application for scheduling the crew activities of an aircraft company. I'm using this object "Solutions Schedule" (as per attachment) in order to view / manage the monthly activities of every crew member. It's so much time that I've been looking for an alternative to that and there's no a valid one on the net; so I've asked myself why not to submit this thing to you ? Could this be interesting ?