BindingList<>.Clear() appears to cause Memory leak
Although similar to http://forums.xceed.com/forums/ShowPost.aspx?PostID=7305 I just want to be clear that this is the same issue/will be solved by v1.2. I have a BindingList<> of internal business objects. These objects are dynamically created at run
Memory Leak when using BindingList<>
Ok, I’ve narrowed down where / when the memory leak is that I had found. I do not know if it is something that I am doing or a problem with the control itself. If it is something in what I am doing, can someone please let me know how to fix the problem
License-Key
First of all let me state that this is an amazing program for free. I am however, still having an issue with the free license. I followed the steps in setting the license key but I am still getting the pop up window advising me how many trial days I have
ToolTip on column header
I would like to display a tooltip when the user mouses over a column’s header that displays static information on what the column is, and how to use it. I only want the tooltip on certain columns and the info will be unique from column to column. Can
Create DataGrid columns from dynamic type (ExpandoObject)
Hi I’m trying to have a DataGrid create columns based on an ItemSource which is a list of dynamic (ExpandoObject) objects. Is this even possible? And if so, how? Regards Paw Baltzersen
Setting the font color style of a column in the wpf datagrid
Hi, I am using the wpf datagrid in virtualizationmode = true; mode. How can I change the font color {style} of a particular column? many thanks Peter
Removing the quot Drag a column header here to group by that column quot
I am trying to remove this title from the Datagrid but I cannot find which property is used for this.
Recursive call to Automation Peer API is not valid
We are using Xceed DataGrid for WPF version 4.0.10228.11470 in our product. One of our customers got this exception: System.InvalidOperationException: Recursive call to Automation Peer API is not valid. at System.Windows.Automation.Peers.AutomationPeer.GetChildren()
WPF KeyBinding for Enter key does not work (But does work on DevExpress grid)
So, I convinced my team that Xceed has the better WPF Grid. I talked them into moving over from Dev Express. I got my boss to put it in the budget to purchase (we are planning to purchase in July (the start of our fiscal year)). Since it was all a done
CheckBox in datagrid
I am using the DatagridControl in my project, and I get some problem in using the CheckBox in the datagrid, need some help… I binding the IList object to the datagrid, but I need to click the cell twice for check the CheckBox. I had try the other EditTriggers
Showing StatFunctions on grouping Detail Line
Hi Everyone! I bind my Collection in C# and I’ve been able to add Stat Functions like the example code on the below This is an example of What the default Details line looks like in the table-view by default when you drag a column to group Origin: JFK
DataGridControl Dynamic Column Generation using MVVM
I have a requirement to generate columns dynamically using MVVM pattern. Another requirement is to show parent child relationship. I looked at the example – TreeGridflowView – but the hierarchy should be generated dynamically as well as the depth of the
Refresh Distinct Values for AutoFilter
Hi, When a user searches via the Filter Row the distinct values don’t update in the AutoFilter Drop down. Is there a way to refresh the distinct values? Thanks, Kieran
How to use a ListBox in a CellContentTemplate
I have a Class called Planner with the usual properties (Name, Address, etc.) and an ObserveableCollection(Of Planner). I use this collection as follows: cvsPlanners.Source= <the ObserveableCollection mentioned above> I want to use a ListBox in a gridcontrol
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