Browse by Tags
All Tags » "Data Binding" (RSS)
Showing page 1 of 7 (62 total posts)
-
Hi,
I am working with xceed grid. I have fixed columns which are generating from ObservableCollection<T> class using property. My Itemsource is an ObservableCollection<T> class handled using delegate command.
Now I want to add extra columns dynamic (which are retrieved from the database) in the same xceed grid.
My question is how ...
-
This Error does not occur every time, only every once in a while (I tried to force the error to occur 10 times and it didn't).
Here's the Code and the ...
-
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 ...
-
Anybody know how to bind each column of datatable to each column of exceed grid? I know that in normal grid view we assign column using following syntax dGridCSVdata.Columns.DataPropertyName='tablecolumnname'
But i ...
-
Hello,
I'm using ICustomTypeDescriptor to build a DataGridCollectionView, and bind it to a Datagrid (like in LargeDataSets).
Now, I want to style the columns (width, DataTemplate).
How can I do that ?
Thanks
-
Hello All,
I have been searching to find if this is possible but to no avail.
I have a class that stores a property and a class that has another property as below:
public class person
public string name {get;set;}
public Class2 class2 {get;set;}
public class Class 2
public string something ...
-
Hi,
I would like to know how I can make my DataGrid to refresh its content when I tell it to.
In fact, my DataGrid is bound to an ObservableCollection. My data are refreshed every milliseconds in a working thread and my GUI becomes unresponsive, trying to refresh its display everytime my data are updated.
So I would like to create a timer that ...
-
can somebody show me some minimal sample code how to bind a IEnumerable collection to an editable datagrid (XAML only)
thanks
-
Hi All,
Thanks in Advance.
I am working on a Sales Application. I have a requirement to copy the entire row and paste as a new row in the same Data Grid as many they can.
I have a read the post of Copy & Paste mulitple cells in the DataGridControl. That is not working as well..i think i am missing some setting for that ...
-
We have a datagrid where we bind our columns to data. One of the columns is bound to a property of type DateTime. We use a converter to convert the value of that property from UTC-time to local-time. This works fine.
However when we drag a column into the GroupByControl the label of every group is not converted. Is there a way to solve ...
1 ...
|
|
|
|