PropertyGrid : Dictionary Not Displaying Values using ICustomTypeDescriptor
Currently I can only get the names of the dynamic properties to display not the values, the values result in the follow errors: System.Windows.Data Error: 40 : BindingExpression path error: 'Test' property not found on 'object' ''ConcurrentDictionary<code>2'
Single / fixed global deatils header row
I’m using XCeed’s WPF DataGrid with a Master – Detail setup. When the grid is populated, and master rows expanded, the grid looks like: <Fixed Master Header Row> <Master Row1> <Child Header Row> <Child Row1> <Master Row2> <Child Header Row> <Child Row2>
Begin edit on pressing enter
Hi all, I have an Xceed DataGrid, and I’d like for the user to be able to begin edit by either clicking on a currently selected cell (which is the standard behavior), or by pressing the ENTER key on the keyboard while a cell is selected. In the latter
Master-Detail hide expander on empty details section
I’m binding to a BindingList to a class that has a child BindingList for the details that show up in my Master-Detail grid. Based on records in the user’s DB, some of master records don’t have any child records. I’ve searched high & low trying to figure
Datagrid look and feel (Windows 7 vs. Windows 10)
I’ve been developing a WPF application in Windows 7 and testing it on Windows 10. I should note that I’m using the Github Extended WPF toolkit found here. I’m sure this is a common issue, but the appearance of the Datagrid between Windows 7 and 10 is
Download a specific version
Hi, For some reason we have in production a 5.6 pre-release version of the Xceed WPF grid and currently we are experiencing a bug when grouping and selecting a row. The problem may be very well already fixed in the next release version ( 5.7? ) however
LayoutAnchorablePane won't dock when floating
Hello, First of all, nice Docking framework I’ve got a small wpf usercontrol which is hosted by a windows forms application. In this wpf usercontrol I’ve inserted a basic DockingManager with some LayoutAnchorables and LayoutAnchorablePanes in it. The
StatRow ContentStringFormat completely ignored
Hi, I’ve got this config as part of my datagrid:
<xcdg:DataGridControl.DefaultGroupConfiguration>
<xcdg:GroupConfiguration>
<xcdg:GroupConfiguration.Footers>
<DataTemplate>
How to selectively abort QueryItems requests (Data Virtualization)?
Hi, we successfully implemented the data virtualization on a datagrid (Xceed.Wpf.DataGrid.DataGridControl). However, we encountered the following issue, that I’ll try to explain with the following example: – I start scrolling the grid – the QueryItems requests the data (Data1) – I keep scrolling – the QueryItems requests new data (Data2, while Data1 still didn’t get back from db) – I keep scrolling – the QueryItems requests new data, etc. Due to a heavy query load it takes 7-8 seconds to calculate