Browse by Tags
All Tags » "Data Binding" (RSS)
Showing page 1 of 7 (61 total posts)
-
There are a number of posts on this site relating to the difficulty of inserting dynamic data in report header and footers,non seem to provide a full solution. For completeness I show the following three solutions which work with PrintTableView.ShowPrintPreview.
1. Inserting the report date (requires sys namespace). This is limited to dates or ...
-
Hi,
I am quite new to the xceed wpf datagrid and this problem is quite crucial for me. So please help!!!!
My grid is bound to a xml. Whenever i update the grid, i send a message to the server and i get a new xml from the server, to which i need to bind my grid to.
In my project about 100 rows are created on the screen, of which only 10 are ...
-
Hi,
I've created a class called Choices that represent a ComboxBox. Choices has public List and Value properties to bind a combo box (list of choices and selected value).
I want to bind a column of the grid on a property returning an instance of this object and I want the editor of a cell to display a working ComboBox based on those ...
-
How do you bind an entity collection or an observable collection of an entity to the EntityDetailDescription ?
how do you bind the EntityDetailDescription to a DataGridCollectionView or to the ItemsSource property of a WPF DataGrid 4.2?
-
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 can't seem to get this converter to work 100%. It doesn't appear to support all of the mask options and the documentation simply points to the MaskedTextProvider Class.
For example if I set the mask (ConverterParameter) to ''999,990.00'' and the value is ''10.99'' what's displayed is ''000,010.99''. If the value is null I get ...
-
I have a DataGrid bound to a DataGridCollectionViewSource. I bind DataGridCollectionViewSource.Source to a Property in my UserControl and raise a PropertyChanged event in the Property Set. Everything works great as I can change that Property programatically and the Grid refreshes.
But what I need to do is select specific ...
-
I've been trying to code my grid to allow a user to choose a job to assign a list of materials to.
There is a Material table which is bound to the data grid. It has a foreign key link to the Job table.
I initially bound the Material.Job field but due to the fact that it has a foreign key constraint underneath in Linq2Sql, whenever the grid tried ...
-
Why do I have to do set the DisplayMenberBindingInfo.Path like this when I bind to a nested property in the grid to get the column to refresh correctly when the data is updated?
<xcdg:Column ...
-
I am using LinqToSql and SqlCE. When I do a autofilter in the Grid I get the exception below. If I use the 3.5.9616.13400 version of the gridI do not get a error. Is this a known issue? I filled out a Support Form with repro code.
System.NullReferenceException was unhandled Message=''Object reference not ...
1 ...
|
|
|
|