Declined
Last Updated: 09 Jul 2019 06:32 by ADMIN
when open the RadRibbonBackstage by click the ApplicationButton ,if click some one area which is not  the above ApplicationButton,
then the RadRibbonBackstage  is closed,the ApplicationButton's fluent mouseover effect don't disappear
check the Additional file .
Declined
Last Updated: 05 Jun 2019 12:03 by ADMIN
Created by: Pascal
Comments: 3
Category: UI for WPF
Type: Feature Request
0

Hi Team,

 

We have a business case, where we build a spreadsheet with collapsable groups and subgroups. Our customers wanted to have an overview about the group totals on each group and expand and collapse the groups on demand (because it's also possible in Excel).

 

So, it would be awesome, if you could extend your spreadsheet component with that feature as well.

 

Thank you

Declined
Last Updated: 30 Sep 2019 12:00 by ADMIN
KeyTips are not displayed when trying to navigate between tabs very fast while the KeyTips of the Quick Access Toolbar being rendered.
Declined
Last Updated: 29 Jan 2019 09:24 by ADMIN
Created by: David
Comments: 5
Category: UI for WPF
Type: Bug Report
0
I'm using the fluent theme in my app. When I load ColorVariation.Dark, everything is dark except a sub-window. This is a window created by my main window. Its main control is TabControl with most of the tabs items being ListBoxes using data templates. The Listboxes display dark but the window itself is light along with the first tab item which is just a grid with TextBoxes. I don't specify background color on any of these controls so I assumed they would come from the theme. Do I have to do something to pass the info th a sub-window?
Declined
Last Updated: 23 Jan 2019 15:59 by ADMIN
Created by: David
Comments: 2
Category: UI for WPF
Type: Feature Request
1

I would like the fluent theme to support spacing option like it does fonts. The Mail app added a new setting "Folder and message spacing" in which you can pick spacious , medium, or compact. I would like the fluent theme to support something similar.  The fluent theme was defined for "finger" access but we still have desktop apps that want dense information with mouse access.  I would normally just pick a different theme but because of Windows 10, I can't. Windows 10 no longer supports specifying a default font and WPF no longer defaults to the OS font. This means that all my Windows apps must support picking a font. So I'm stuck with the fluent theme. But I don't always want the "spacious" spacing that the theme uses.

Would it be possible to support picking "spacious", "medium" or "compact" spacing?

Declined
Last Updated: 30 Jan 2019 11:22 by ADMIN
Created by: Dan
Comments: 2
Category: UI for WPF
Type: Bug Report
2
We have a WCF service that continuously polls a database for new/updated items and sends them to WPF clients.  The client will process the update, decide what to do and then add/update an item that is displayed in a RadGridView.  We use an IEditableCollectionView on top of an ICollectionView.  Exception detail is below.

App just crashed while sitting idle on Zarate,

No mention of MSCORLIB so I think its a different error.

Application: ReView.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentOutOfRangeException
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource)
   at Telerik.Windows.Data.KeyedCollection.IndexOf(System.Object)
   at Telerik.Windows.Controls.DataControl.ItemCoerce(System.Windows.DependencyObject, System.Object)
   at System.Windows.DependencyObject.ProcessCoerceValue(System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EntryIndex ByRef, Int32 ByRef, System.Windows.EffectiveValueEntry ByRef, System.Windows.EffectiveValueEntry ByRef, System.Object ByRef, System.Object, System.Object, System.Windows.CoerceValueCallback, Boolean, Boolean, Boolean)
   at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean, System.Windows.OperationType)
   at System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty, System.Object, System.Windows.PropertyMetadata, Boolean, Boolean, System.Windows.OperationType, Boolean)
   at System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
   at Telerik.Windows.Controls.DataControl.Telerik.Windows.Data.Selection.ISelectorInternal.set_CurrentItem(System.Object)
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.SynchronizePublicCurrentItem()
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.HandleCurrentItemChanged()
   at Telerik.Windows.Controls.GridView.Selection.CompositeSelectionHandler+<>c__DisplayClass6.<OnOwnerItemsCurrentChangedDispatch>b__4()
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at ReView.App.Main()


Event Type:	Error
Event Source:	.NET Runtime
Event Category:	None
Event ID:	1026
Date:		10/12/2018
Time:		10:10:15 AM
User:		N/A
Computer:	NRAD-NE-RAPAC.ratc.com
Description:
Application: ReView.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentOutOfRangeException
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource)
   at System.Collections.Generic.List`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Item(Int32)
   at Telerik.Windows.Data.ListExtensions.BinarySearch[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.Collections.Generic.IList`1<System.__Canon>, System.__Canon, System.Func`3<System.__Canon,System.__Canon,Int32>)
   at Telerik.Windows.Data.KeyedCollection.IndexOf(System.Object)
   at Telerik.Windows.Controls.DataControl.ItemCoerce(System.Windows.DependencyObject, System.Object)
   at System.Windows.DependencyObject.ProcessCoerceValue(System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EntryIndex ByRef, Int32 ByRef, System.Windows.EffectiveValueEntry ByRef, System.Windows.EffectiveValueEntry ByRef, System.Object ByRef, System.Object, System.Object, System.Windows.CoerceValueCallback, Boolean, Boolean, Boolean)
   at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean, System.Windows.OperationType)
   at System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty, System.Object, System.Windows.PropertyMetadata, Boolean, Boolean, System.Windows.OperationType, Boolean)
   at System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
   at Telerik.Windows.Controls.DataControl.Telerik.Windows.Data.Selection.ISelectorInternal.set_CurrentItem(System.Object)
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.SynchronizePublicCurrentItem()
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.HandleCurrentItemChanged()
   at Telerik.Windows.Controls.GridView.Selection.CompositeSelectionHandler+<>c__DisplayClass6.<OnOwnerItemsCurrentChangedDispatch>b__4()
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at ReView.App.Main()

 

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Data:

Declined
Last Updated: 01 Oct 2018 12:48 by ADMIN
Short version of feature request: 
It would be nice to be able to enforce unique value in a column in an MVVM environment?

Long version of request:
To enforce a unique value in a column I ended up with a custom ValidationAttribute in the data model. Very much like the last example in the old thread 
https://www.telerik.com/forums/force-validation-on-new-record-insert

Direct link to the example provided by Telerik:
https://www.telerik.com/clientsfiles/375715_328546-TestApp-new.zip 

At a first glance, the solution seems to work, but if you edit a value in a cell and the new value is the same as another cell in the same column, BOTH these cells would have an error. Not just the cell you edited. I understand that not all cells can be validated whenever a single cell is edited, but it would nice if there was way to configure the RadGridView to “refresh” validations of all visible cells when a validation error is either set or removed?

I do not know if a solution like this would fit the internal design of the RadGridView, but it might give you some inspiration :-)

Add an attribute to the column definitions in the GridView:
ValidationTransitionMode= Default | ForceValidationOfAllVisibleCellsInColumn | ForceValidationOfAllVisibleCells

Default: 
No change from existing functionality.

ForceValidationOfAllVisibleCellsInColumn: 
Whenever a validation result of a cell changes (from no_error to error OR from error to no_error) all the visible cells in the column will be re-validated. This would do the trick to enforce uniqness in a column with a custom ValidationAttribute.

ForceValidationOfAllVisibleCells: 
Whenever a validation result of a cell changes (from no_error to error OR from error to no_error) all the visible cells of the complete grid will be re-validated. To be used by people with more complex validation algorithms depending on values in other columns as well.


Steps to visualize the current problem.
◦Run the example (https://www.telerik.com/clientsfiles/375715_328546-TestApp-new.zip )
◦When the application is running, reduce the window height (from the bottom) so that the scroll bar is visible and the top visible row shows “last name”=”Rockhead 0” and the bottom visible row shows “Rockhead 4”.
◦Change last name “Smith 3” to “Smith 1”.
◦Now there is a red border around the cell we edited (as expected) but nothing happens to row 2 (First name=Jane1).
◦Scroll to the bottom and back up to the top.
◦Now there is also an error on row 2 (First name = Jane1).
◦Change “Smith 1” back to “Smith 3” (on the row where First name=Jane 3).
◦The error on the cell edited is now removed, BUT the error on row 2 (Jane 1) is still visible even as all values in the Last name column is now unique.

I got some very good support and a suggestion to modify the control template, but it would still be nice to be able to control the validation execution of cells, other than the current cell.

Complete information can be found in the forum thread:
https://www.telerik.com/forums/enforce-unique-content-in-a-column-using-mvvm#4qSllj_EKkecS6ZtctdwAw 

Regards
/Stefan
Declined
Last Updated: 01 Oct 2018 10:17 by ADMIN
Created by: Skylär
Comments: 1
Category: UI for WPF
Type: Feature Request
0
I would like to do a Backstage design without writing code, the syntax of XAML is confusing and I do not understand it well, besides being slow, the development of software at design time is always much faster.
Declined
Last Updated: 08 Oct 2018 07:11 by ADMIN
     if the pie chart area's size is auto,when adjust the area's  vertical size,the pie's radius  will change in order to fit the label display,it is ok,but when adjust the area's horizontal size,the pie's radius don't  change,looking the attachment file,the label move above the pie.
Declined
Last Updated: 06 Oct 2021 08:39 by ADMIN
Currently the palette of a theme can only be set for the entire application. Setting the palette per control instance should also be possible.
Declined
Last Updated: 10 Jul 2018 11:07 by ADMIN
ADMIN
Created by: Anna
Comments: 2
Category: UI for WPF
Type: Feature Request
3
In addition to the fast document generation, the SpreadStreamProcessing can be adapted to import documents significantly faster than SpreadProcessing.

This item has been moved to the Document Processing portal. It can be found here: https://feedback.telerik.com/Project/184/Feedback/Details/251942-spreadstreamprocessing-implement-workbook-import
Declined
Last Updated: 11 Jun 2018 13:57 by Anthony
Setting the TextWrapping to Wrap or WrapWithOverflow will not allow the WatermarkContent to be wrapped.

Reason for decline: 

Instead of setting the content inline, we recommend setting it as follows: 

<telerik:RadWatermarkTextBox Width="100">
	<telerik:RadWatermarkTextBox.WatermarkContent>
		<TextBlock TextWrapping="Wrap" Text="Watermark Content Watermark Content Watermark Content Watermark Content" />
	</telerik:RadWatermarkTextBox.WatermarkContent>
</telerik:RadWatermarkTextBox>

More information can be found in our help about using the WatermarkContent and WatermarkTemplate properties: https://docs.telerik.com/devtools/wpf/controls/radwatermarktextbox/features#using-the-watermarkcontent-property
Please let us know if this is not applicable in the scenario of your application.
Declined
Last Updated: 04 Jun 2018 08:12 by ADMIN
look the attach file.
Declined
Last Updated: 21 Jun 2018 14:51 by ADMIN
Created by: wu
Comments: 1
Category: UI for WPF
Type: Bug Report
1
check the attach file,the gridview's droplist extend the screen area,
my screen is 2560x1440/175% DPI/14 inch/windows 10
Declined
Last Updated: 16 Jul 2018 08:22 by ADMIN
Created by: Brad
Comments: 3
Category: UI for WPF
Type: Bug Report
1
I am attempting to use a ReleativeSource in my bindings in two places in a RadGridView:  1) the header of a column, and 2) one of the columns.  I am getting "System.Windows.Data Error: 4 : Cannot find source for binding with reference" in both cases.

I don't think I need to elaborate much, since https://www.telerik.com/forums/can%27t-find-the-right-ancestor-to-bind-to not only describes it perfectly, but also contains sample code from Telerik that, on my machine, fails the same way.
Declined
Last Updated: 21 Jun 2018 14:52 by ADMIN
Affects RadDateTimePicker control of TelerikWPFControls version 2015.1.1

When the user is typing in a specific date and time, the RadDateTimePicker control's text-to-date parsing doesn't accept an uppercase 'A' at the start of what it expects to be the month's name and automatically errors (displays a tooltip showing 'Error') as soon as an 'A' is input. This prevents the user from entering dates and times more specific than the clickable selection for the months of 'April' and 'August'. However, replacing the 'A' with a lowercase 'a' allows the user to proceed with entering more specific dates and times as normal without the 'Error' tooltip showing. 

E.g.: 
1) the user selects 03 April 2018 17:00:00 from the control's clickable selection of date and times;

2) they then try to type more specific minutes and seconds, e.g. 03 April 2018 17:45:23, but this is not accepted by the control and it displays the 'Error' tooltip;

3) workaround - the user changes 'A' of 'April' to a lowercase 'a', as in 'april'. Now the 'Error' tooltip goes away and the user is able to enter and save the more specific date time of 03 april 2018 17:45:23.

This bug only came to light once the control was live in production (released in January) and prevented our users from entering the specific trade date times necessary for regulatory purposes.

Can you tell me if this bug has been fixed in later versions of the control?

Thanks and regards,

Robert Fiteni
Declined
Last Updated: 19 Mar 2018 12:55 by ADMIN
Created by: wu
Comments: 1
Category: UI for WPF
Type: Feature Request
0
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.
Declined
Last Updated: 21 Jun 2018 14:52 by ADMIN
Created by: Nebojsa Mancic
Comments: 1
Category: UI for WPF
Type: Feature Request
0
I want to have opportunity to disable RadExpander header because I want to programmatically expand or collapse RadExpander control.
Declined
Last Updated: 14 Feb 2018 09:01 by ADMIN
Created by: wu
Comments: 1
Category: UI for WPF
Type: Feature Request
0
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!