Telerik Forums
UI for WPF Forum
1 answer
198 views

Hi,

I am using RadNavigationViewControl with RadDocking inside in the mainWindow, main view.

like this:

<RadNavigationView>

   <RadNavigationView.Content>

     <RadDocking>

               <RadDocking.DocumentHost>

                              <RadPaneGroup Name=mainPaneGroup/>

               </RadDocking.DocumentHost>

     </RadDocking>

   </RadNavigationView.Content>

</RadNavigationView>

 

When I open the new menu, new RadPane is Created inside RadPaneGroup, and I want it to be isFloatable and isDockable.

But the problem is that when I unload radpane, the radpane unloaded is not "Dockable" to any of control.

When I remove RadNavigationView and put RadDocking independently, RadDocking itself and contents inside work fine.

Is there a way to implement RadDocking inside RadNavigationView Content?

 

 

Petar Mladenov
Telerik team
 answered on 02 May 2022
1 answer
133 views

Hi Telerik Team,

I looked at the example below and tried the same,

but it came out like the attached picture

https://docs.telerik.com/devtools/wpf/controls/raddiagram/extensions/settingspane/settingspaneview_properties

I want know if it is possible to change the width of  SettingsPaneView.

regards,

Dooly
Top achievements
Rank 1
Iron
 answered on 28 Apr 2022
0 answers
753 views

The scroll bars are placed in the tables

PROBLEM

When you have a WPF RadGridView based on Table of many columns, consequently the Horizontal Scrollbar appear in Last row's as shown below. As the user scrolls to the bottom, it is look like the last row is not fully visible, its content has been cut.

Note : Theme Setting Mechanisms

QUESTION : How can show Horizontal scrollbar correctly like : 

CAUSE & SOLUTION plz?

Asem
Top achievements
Rank 1
 updated question on 27 Apr 2022
0 answers
207 views

Codebase  available here : https://github.com/CrownParkComputing/MegaDownloaderFinal

so using the FolderDialog example for wpf, The binding for the propertt FolderName does not update after selecting a new folder. The original assignment works fine?

Errors shown  :

FolderName property not found on object of type String.

IsSearchActive property not found on object of type OpenFolderDialogViewModel.

ItemTemplate and ItemTemplateSelector are ignored for items already of the ItemsControl's container type RadWatermarkTextBox

Please help with these issues I am stumped. 

 

Jonathan
Top achievements
Rank 1
Iron
 asked on 26 Apr 2022
1 answer
178 views

Is there a quicker way of selecting / deselecting groups of children items in RadTreeListView ??


if (e.AddedItems.Count > 0)
            {
                foreach (NodesModel i in e.AddedItems)
                {
                    if (i.Name != "WHDLoad")
                    {
                        if (i.Items.Count > 0)
                        {
                            foreach (NodesModel x in i.Items)
                            {
                                {
                                    //x.IsSelected = true;
                                    Nodes.SelectedItems.Add(x);
                                }
                            }
                        }
                    }
                }
            }

Jonathan
Top achievements
Rank 1
Iron
 answered on 26 Apr 2022
1 answer
240 views

Hi Telerik Team,

I create some custom columns and observed some strange behavior. Many columns use the same custom column with different values (bindings) but sometimes show the same values, especially when scrolling. So I use the CustomColumn example to investigate further.

I can reproduce this 100%. Column2 switches to the binding from Column1. I attached a sample project + video.

I can "solve" this problem by setting the Binding every time the CreateCellElement method is called. BUT this happends every time a value changed and it is used for a stock exchange software, were values changing a lot so I believe it can be a performance issue.

if (bar == null)
{
    bar = new RadProgressBar();
    bar.Height = 20;
    cell.Content = bar;
}

bar.SetBinding(RadProgressBar.ValueProperty, this.DataMemberBinding);

Is this a bug? Do I understand this wrong? Why is the cell "created" on every value change?

PS: the real grid has about 100 columns and the CustomColumns had multiple Bindings also to DependencyProperties wich had to be constructed every time.

regards,
marco

Martin Ivanov
Telerik team
 answered on 26 Apr 2022
0 answers
157 views

Hi, 

I would be happy if you could explain to me why a regular appointment opens for editing when clicked twice but an appointment that has a recurrence does not open for me by double-clicking.
what could be the problem?

        <telerik:RadScheduleView 
            SelectedAppointment="{Binding SelectedAppointment, Mode=TwoWay}"
            EditAppointmentDialogStyle="{StaticResource CustomEditAppointmentDialogStyle}"
            AppointmentsSource="{Binding Appointments}"
            DragVisualTemplate="{StaticResource DragVisualContentTemplate}"
            DragDropHighlightStyle="{StaticResource CustomDragDropHighlightStyle}">

        public CustomAppointment SelectedAppointment { get; set; }

        public class CustomAppointment : Appointment

Would appreciate help.

 

Ohad
Top achievements
Rank 3
Bronze
Iron
Iron
 updated question on 26 Apr 2022
0 answers
131 views

I have documents that when saved as a .docx file and opened in Word, they display correctly.

The same document when viewed in the TK Viewer distorts (moves) the position of the elements of the document.

It is adding space where it should not be and wrapping words where they should be on a single line.

I'm attaching a short screenshot of the document in TK View as well as in Word to show difference. It is happening everywhere in the document, but just this screenshot for brevity.

Is there a setting to force it to render exactly as the display in word? Some way to resolve this?

billy
Top achievements
Rank 2
Iron
Iron
Iron
 asked on 22 Apr 2022
1 answer
187 views

I would like to pop-up a RadContextMenu upon right clicking anywhere in the header area of the TabControl (anywhere in the green area).

Attaching the Context menu as shown below pops up the menu everywhere including the body(ie: red area), which is not desired. I only want the menu to popup in the header area (when clicking on the tabitem headers or in the blank area after the tabitems)

     <telerik:RadTabControl     x:Name="radTabCtrl"
                                   Grid.Row="1"
                                   Margin="20,10,5,5"
                                   HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
                                   TabStripPlacement="Left" Align="Right"
                                   DataContext="{Binding Itemss}"
                                   ItemsSource="{Binding}"
                                   PreviewTabClosed="PreviewTabClosed">
            <telerik:RadContextMenu.ContextMenu>
                <telerik:RadContextMenu x:Name="tabCtrlContextMenu" Opening="TabCtrlContextMenu_Opening">
                    <telerik:RadMenuItem Header="Add" Click="Menu_Add_Click"/>
                </telerik:RadContextMenu>
            </telerik:RadContextMenu.ContextMenu>

 </telerik:RadTabControl>

 

Your help is much appreciated.

Stenly
Telerik team
 answered on 22 Apr 2022
1 answer
1.0K+ views

Hello Telerik team,

we are in trial period and exploring your product very seriously in past several days. We are interested in UI for Wpf line, but got stuck in choosing the way that is best for us and our product (lost in docs and demos to be honest). Tried  different approaches form your help, but did not manage to get it to work completely. Ended today with probably mixed implicit and explicit style options..

So, we want to have custom controls that inherit telerik's (watermarktext, datepicker, radio, combo and button for now).. These controls will have to implement some specific interfaces we need in application (not related to telerik) and also slightly override Telerik styles (for an example we want to change triggers for mouse move and focus on some of them..). At the same time, we want to apply material theme with our own color scheme (override default colors). What is the best way to do that? We would appreciate if you could provide some simple example to point us in right direction.

Thanks in advance!

Martin Ivanov
Telerik team
 answered on 20 Apr 2022
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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?