Browse by Tags
All Tags » Binding (RSS)
Showing page 1 of 7 (66 total posts)
-
Hi, I have a problem that I can not solved.
I am using Xceed DataGrid fot WPF and as a datasource I use LinqToSql query result. Outside datagid I use my own detail window to edit data of datasource item.
Now, about my problem. I have an object User which contains an object Person. When I use a table of Users as datasource of datagrid, columns ...
-
Hi, When I bind the grid to a DataTable that has a column with the name ''variable[0]+variable[1]'' it fails with the exception: Syntax error in PropertyPath 'Syntax error in Binding.Path 'variable[0]' ... '+variable[1]'.'. Is there any way around this issue? The version of the component is 3.2.9356.10060 and I am using .Net ...
-
We have a database application that will return a set of data in a proprietary array format. I would like to wrap this proprietary array with an observablecollection class so that it can be bound to the datagrid.
All the examples of observablecollections that I have seen assume that you have a 'business object' such as PERSON, with known ...
-
Does anybody know if there is a way to do this in XAML?
-
This code is not working. Please help me. <xcdg:DataGridControl.Columns> <xcdg:Column FieldName=''Photo''/> <xcdg:Column FieldName=''Description'' IsMainColumn=''True'' Title=''Description'' /> ...
-
Hi,
sometimes the DataGridCollectionView.CurrentItem points to the wrong record. I didnt succeed to find a way to reproduce it reliably. Sometimes it happens on the first try, sometimes I try 15 minutes until the issue happens.
I am using Xceed.Wpf.DataGrid Version 3.1.9257.9450.
The data is in an ObservableCollection, for which I then ...
-
I have spent several days trying to find a way to change the colour of individual cells based on their value and/or the values of other data elsewhere in the grid. However, although there seems to be a lot of questions on the forums by users, the answers aren't really conclusive. I have read and contributed to several ...
-
I have two grids on the screen. Based on selecion of items in one grid by the user I need to mark the items as selected in the other grid.We are following the MVVM pattern where in the property of the control are bound to the properties of the corresponding view model file so that when the property of a control changes view model is ...
-
I have the following DataGrid defined in my XAML:
<xcdg:DataGridControl> <xcdg:DataGridControl.Columns> <xcdg:Column FieldName=''ContactName'' /> </xcdg:DataGridControl.Columns> <xcdg:DataGridControl.View> ...
-
Hi Markus.
I have the same problem. I have a TabControl with two TabItems: first TabItem contains GridControl with main records and second TabItem contains GridControl with items of selected main record. At the first time the item grid works well but when I change selection in the main grid and display the item grid, the exception you ...
1 ...
|
|
|
|