Telerik Forums
UI for WPF Forum
0 answers
66 views

Bug: Adding a figure -> smile leads to error message that you can only close by killing an application.

more thorough description (follow these simple steps to reproduce this issue/bug) :

1) Open Telerik WPF Demos projects for RadRichTextBox.

2) Try adding a figure -> smile.

3) Enjoy watching an infinite error message that you can't ever lose. The only way out is to close the application with task manager.

Vasily
Top achievements
Rank 1
 updated question on 14 Oct 2022
4 answers
228 views

I learned from the (still imperfect) Documentation, that in an MVVM Scenario one would use QueryableEntityCoreCollectionView to handle various CRUD Scenarios.

 

Constructing the QueryableEntityCoreCollectionView like so inevitably leads to a DB-Query fetching all rows, without any limitation.


var purchaseOrderContext = new PurchaseOrderContext();

PurchaseOrdersView = new QueryableEntityCoreCollectionView<PurchaseOrder>(purchaseOrderContext, purchaseOrderContext.PurchaseOrders, new Collection<string>());

Am I using it wrong?

 

The Context is of type Microsoft.EntityFrameworkCore.DbContext

 

Anyone?

 

Thx, Martin

 

Vladimir Stoyanov
Telerik team
 answered on 13 Oct 2022
1 answer
306 views

Telerik Team,
In my project 
I have used material theme for the Telerik grid ( Xaml approach )and I want to adjust the height of header row. To achieve this If I Modify the height in common template, It will be applied to all the pages, Is there any way to modify the header height and header cell height specific to the page ? 

If so, please let me know how to change the height. Thanks in advance

 

Martin Ivanov
Telerik team
 answered on 12 Oct 2022
1 answer
129 views
I have two radtimelines in a single WPF view can i add horizontal scrollbars for each of the timeline separately. Both the Timelines are inside the RadSplitContainer and inside a RadPaneGroup.
Martin Ivanov
Telerik team
 answered on 11 Oct 2022
1 answer
111 views
Hi, I'm using a VirtualGrid with a CustomDataProvider. I want disable the filtering capabilities for certain columns removing also de funnel symbol in the header. How can I do that?
Dilyan Traykov
Telerik team
 answered on 11 Oct 2022
1 answer
172 views

Hi

Do you have an example on how to integrate the SyntaxEditor and the Roslyn toll:

Using C#

Want to:

- Compile and display errors

- Get list of functions and be able to navigate to functions

- etc.

/Brian

 


 

 

Martin Ivanov
Telerik team
 answered on 11 Oct 2022
1 answer
154 views

The default design time theme is `office black`, is there any approaches to change default theme?

Set `telerik:StyleManager.Theme="xxx"` for each control is very troublesome.

Stenly
Telerik team
 answered on 04 Oct 2022
1 answer
290 views

Hi All,

I am trying to explore RadAutoSuggestBox (R2 2022 SP1 version) in my WPF MVVM application however I didn't find any support, how to purely bind (TextChanged event and few others) it with my ViewModel. My requirement is: Whenever user type, I have to make API call and then bind response with control's itemsource.

Any help will be appreciated.

Stenly
Telerik team
 answered on 04 Oct 2022
6 answers
147 views
Hello,
with the Office 2013 theme the column headers are in uppercase, but not the column group headers.
That doesn't look very pretty.
Patrick
Vicky
Telerik team
 answered on 04 Oct 2022
1 answer
256 views

I have a RadGridView with one of its columns being a GridViewToggleRowDetailsColumn to allow the operator to expand or collapse the selected row details.

Next to the grid I have a checkbox that I want to use to expand/collapse all rows details in a single click if needed.

I’ve managed to partially do it by using the following code, but the collapse doesn’t work unless I disable row virtualization which I cannot.

Does anyone have a solution to this problem?


        private void ToggleAllRowsDetails(object sender, RoutedEventArgs e)
        {
            if(DataContext is MyViewModel vm)
            {
                using (MyGrid.DeferRefresh())
                {
                    if (MyRowDetails.IsChecked.Value)
                    {                       
                        MyGrid.RowDetailsVisibilityMode = GridViewRowDetailsVisibilityMode.Visible;
                    }
                    else
                    {
                        MyGrid.RowDetailsVisibilityMode = GridViewRowDetailsVisibilityMode.Collapsed;                      
                    }
                }
            }
        }

Martin Ivanov
Telerik team
 answered on 03 Oct 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
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?