Browse by Tags
All Tags » WPF (RSS)
Showing page 1 of 3 (26 total posts)
-
I have a WPF drop down control (illustrated using theComboBox control below) that is host in the Xceed Win Forms GridControl using aCellEditorManager.PROBLEM: If I open the drop down and click anywhere in thedrop down that is also overlapping a cell then the drop down disappears and theclick falls through the underlying control. If the drop down ...
-
I just updated my components for WPF Datagrid and I am getting the following error when I am trying to run SummariesAndStatistics sample.
System.Windows.Markup.xamlParseException{''Cannot create instance of 'MinimumFunction' defined in assembly 'Xceed.Wpf.DataGrid, Version=3.5.9616.13400, Culture=neutral, PublicKeyToken=ba83ff368b7563c6'. ...
-
A few months back, Lee Sherry, Senior BI Manager at Microsoft Business Intelligence, contacted our sales director, Charles, about having an app created for the company. Charles understood right away what her needs were and proposed the project to Pierre-Luc (“PL” for short!), Lead Developer for Xceed DataGrid for WPF. Everyone involved with the ...
-
I just encountered this bug myself. Two grids in my application are acting weird after I insert something. When I press enter new data into the InsertionRow and press ''Enter'', a new row shows up in the grid area, but the same data still shows in the InsertionRow. The odd thing about this is that it seems to only happen for the first ...
-
I have such problem:
I need to change foreground color of DataRow's in DataGrid to for example red. The thing is that I have collection of animals in DataGrid and every animal have unique id. In user control that DataGrid is placed i have method that passes me from time to time another collection with just id's, and those animals that match ...
-
Today marks the release of v3.2 of Xceed DataGrid for WPF. This is the 9th major update since the product was first introduced 2.5 years ago. Another one is coming, hot on its heels for August, with smooth scrolling innovations and other UI improvements, but here's what's new in today's ...
-
Thanks for the official reply. Hopefully when you do this navigation overhaul, you can give us several options for the different scenarios:
1. Inserting a lot of new data. This should be done with the Tab and Enter keys, and the Enter key should take you back to the first InsertionCell by default, but is programattically changable ...
-
If I receive notification that the underlying data has had a new row added to the end, is there any better way to get it updated than calling DataGridVirtualizingCollectionView .Refresh which seems to force it to re-get all the rows it needs regardless of whether the new row needs displaying?
-
Hi all,
I just purchased the professional edition of WPF DataGrid. Can someone answer some of my quick questions?
1) How to determine number of rows in the datagrid view at the moment?2) How to read value from a cell? (i.e. row 2 column 3)3) How to write value into a cell? (i.e. row 2 column 3)
Thank you all in advanced.
-
I am attempting to use the SaveSettings and LoadSettings methods of the WPF grid version 3.1.
I have saved the XML document using the following code snippet:
Dim serializer As New XmlSerializer(GetType(SettingsRepository))
Dim baselocation As String = AppDomain.CurrentDomain.BaseDirectory
MSDataGrid.SaveUserSettings(CurrentSettings, ...
1
|
|
|
|