Telerik Forums
UI for WPF Forum
1 answer
143 views

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

Kalin
Telerik team
 answered on 11 Feb 2021
2 answers
116 views

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?

Dimitar
Telerik team
 answered on 10 Feb 2021
2 answers
112 views

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 

 

Abdechafi
Top achievements
Rank 1
Veteran
 answered on 10 Feb 2021
3 answers
542 views

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 ;

 

Dimitar
Telerik team
 answered on 10 Feb 2021
4 answers
365 views

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 ) 

 

 

Abdechafi
Top achievements
Rank 1
Veteran
 answered on 10 Feb 2021
1 answer
413 views

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>

 

Stephen
Top achievements
Rank 1
 answered on 09 Feb 2021
10 answers
1.6K+ views

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;`

Abdechafi
Top achievements
Rank 1
Veteran
 answered on 09 Feb 2021
3 answers
597 views

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.

Dinko | Tech Support Engineer
Telerik team
 answered on 09 Feb 2021
2 answers
202 views

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???

 

Dimitar
Telerik team
 answered on 09 Feb 2021
8 answers
200 views

Hi,

 

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

 

Thank's

Alain

Martin Ivanov
Telerik team
 answered on 08 Feb 2021
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?