Browse by Tags
All Tags » DataGridCollectionView (RSS)
Showing page 1 of 3 (23 total posts)
-
Hi.
I'm using the DataGridControl with an DataGridCollectionView which contains a ObservableCollection of let's say type X. X contains a related property managed by the EntityFramework called Y with a property 'Name'. I have an DataGridItemProperty which binds to X.Y.Name and the data is displayed correctly.
Many ...
-
Hi there, sorry for the length of this post, this is a particularly tricky
problem to explain
I've been evaluating the Xceed grid and have been very impressed to date,
but I fear I may have uncovered a bug.
To set the scenario, I have an application that uses a control app to spawn
multiple windows, each with a dedicated UI ...
-
I am using a DataGridControl hosted inside a container control (Infragistics SplitPane/ContentPane) that is part of the Infragistics dock manager control suite (XamDockManager).
If I instantiate a UserControl containing the DataGridControl within a floating SplitPane/ContentPane and immediately invoke a function on it (using the dispatcher), the ...
-
I use a Xceed DataGrid, filled by a DataGridCollectionView.
Whenever I use a standard Control like System.Windows.Controls.Button or System.Windows.Controls.Grid, i get a ''Specified element is already the logical child of another element. Disconnect it first.'' Error. My code works well without this special elements.
What am I doing ...
-
hi,
I am using persist user setting facility of the grid.
But i am facing a problem while my grid is having the '/' or any special character in Xceed Grid in Column
Name same in Field Name then it is not showing the Data for the column also. I checked it in the ItemsSource it is also having the Records. Clients want the data to be having ...
-
I am having a problem setting the AutoFilterValues on a DataGridCollectionView during the RunWorkerCompleted event handler of a BackgroundWorker object. The AutoFilterValues added are not shown in the grid as filters on the column after the function returns. In fact, the AutoFilterValues appears to be cleared completely.
The problem only occurs ...
-
Hello,
I am using Xceed datagrid in my WPF app and I need to provider the user tthe ability to edit the data in the grid and then save it. I mean the user just changes some data in the table and then clicks on a SAVE button which should change the data in the database. Also, I want to make some columns ...
-
Hi,
I am having the problem as identified in http://xceed.com/CS/forums/thread/12484.aspx
There is a solution identified there where you have to handle an event in INotifyCollectionChanged
I am using DataGridCollectionViewSource in XAML and I use
TryFindResource in my code to find the DataGridCollectionViewSource from the ...
-
Hi All
I have done a few searches for this, and couldn't find any answers, hope someone can help.
I have the DataGridControl bound to a DataGridCollectionView, the source Collection is an ObservableCollection<T>. When I replace an item in the source collection by doing this, 'collection[collection.IndexOf(OldItem)] = ...
-
Hi All,
I am binding to a DataGridViewCollection as detailed below:
<xcDP:DataGridCollectionViewSource x:Key=''alertsView''
x:Name=''alertsView''
Source=''{Binding Results.DefaultView}''
AutoCreateItemProperties=''True''
...
1
|
|
|
|