Hi, I need to create the both types of windows Transparent and non Transparent. The RadPane pane.DataContext contains appropriate information about the type of window to be created for this RadPane.
I see in https://www.telerik.com/forums/hosting-a-win32-window-in-a-wpf-floating-tear-off-tab that it was impossible in 2012, but may be do you have any updates for this issue?
How I can implement this?
Thanks
I have a problem in the runtime application with the theme , in fact, I didn't get the same format that was displayed in the xaml designer .
the problem is related to the undo button as you can see in the attachments .
How can I fix this problem of design?

Hello,
I'm using RadRichTextBoxRibbonUI and it works fine , but I have a little suggestion about tab items. Is it possible to add a text ( "File" ) to the tab item file name ( as an example the theme existed in Document Text in OneDrive )? . See the attachments
Hello.
I saw the post in 2013. At that time, it was impossible to implement.
Is it possible now? Putting something like "ItemsSource={bindg WorkBook}" in telerik:RadSpreadsheet and binding it with MVVM?
Even when called like this, a workbook and a worksheet are created and bound in the viewmodel, and modifications should be possible afterwards.
About 8years have passed. But there are not many posts.
If possible, ask for examples. Thanks.
<Like this>View(*.xaml)<telerik:RadSpreadsheet ItemsSource={binding WorkBookItem} />.........ViewModel(*.cs)public WorkBook WorkBookItem {get;set;}~....var workbook = new Workbook();Worksheet workSheet;workSheet = workbook .Worksheets.Add();workSheet.Name = "Name";WorkBookItem= workbook ;

I've download the `TelerikEditor` user control that exist on the GitHub repository of Telerik , I've called it on my project and it works fine , but the problem is that I got this warning , I'm searching for a way to remove it , How can I eliminate this warning message?
Note : All Dlls file ( assemblies ) are not trial version , I've checked them using : Property => Details => File Description
https://github.com/telerik/xaml-sdk/tree/master/RichTextBox/TelerikEditor
+ This document was generated by a trial version of Telerik Document Processing.
( see the attachment )
I have a custom control as the ToolTipTemplate in a GridViewDataColumn, and that is displaying perfectly.
However, when I set showduration with the ToolTipService or RadToolTipService ShowDuration property the duration stays at the default value.
How can I change the ShowDuration?
This is what my column XAML looks like.
<telerik:GridViewDataColumn DataMemberBinding="{Binding PartName}" CellStyleSelector="{StaticResource DescriptionStyleSelector}"Header="Description"Width="450"HeaderTextAlignment="Center" TextAlignment="Center" ToolTipService.ShowDuration="60000" telerik:RadToolTipService.ShowDuration="60000"> <telerik:GridViewColumn.ToolTipTemplate> <DataTemplate> <local:ActiveOperationsView TrackingNum="{Binding DataContext.TrackingNum, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type telerik:GridViewRow}}}" Margin="-8" /> </DataTemplate> </telerik:GridViewColumn.ToolTipTemplate> </telerik:GridViewDataColumn>
I'm trying to set the selected items in RadMultiColumnComboBox ( telerik control ) .
I know that selected item will return the object that is selected. Selected index returns the location in the list as an int.
For that reason I have used Selectedindex property and I got what I need if the SelectionMode = "single" using selectindex :
Unfortunately, this solution does not work for RadMultiColumnComboBox when SelectionMode is multiple,
Is there any solution to get a list of selectedindex???
` md = new PersonController().GetPerson(mdl.id); int index = list.FindIndex(r => r.firstName.Equals(md.firstName)); mycbx.SelectedIndex = index;`
The browser render effect is blurry. As the attach image. The top is simple demo with wpf window and below is demo with radwindow.
The burrry effect is very obvious. I has tried with CEF FAQ, but not work.
https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions#15-wpf-blurry-rendering
Thanks.

I Drag a RadRichTextBox onto a UserControl, it asks me about options for the ribbon I turn off a couple of things, it creates it, I run and get this error at the UserControl's InitializeComponent();
''Set property 'Telerik.Windows.Controls.RadRibbonBackstageItem.Icon' threw an exception.'
With an InnerException of
IOException: Cannot locate resource 'images/modern/16/new.png'.
I checked to make sure I have all references for RadRichTextBox and the ribbons, yes they are all there
Any ideas???

Hi,
I would like to know how it's possible to detect any changes to the image in the editor?
Thank's
Alain
