Browse by Tags
All Tags » Databinding (RSS)
Showing page 1 of 3 (27 total posts)
-
Hello ,
I have a strange issue. I am binding a DataGrid with IList. When I try to retrieve the DataRow and try to use its DataContext. In case of some rows the DataRow is either null or DataContext of the DataRow is null. Although a binding item does exists in the IList.
Can anyone please help me on this ? This seems to be strange and ...
-
Hi,
I'm trying to bind the title of the column with a StaticResource. It's doesn't give me any error, but the output of the column is EMPTY. Here my code shows the detail of the issue,
<xcdg:Column FieldName=''countryName''>
<xcdg:Column.Title>
<Binding Converter=''{StaticResource FieldLabelConverter}'' ...
-
Hi all,
I have a DataGridControl in XAML. Now to load this datagrid i am creating a DataGridCollectionView in code behind and assigning the DataTable from database to this DataGridCollectionView & using DataGridControl.ItemsSource = DataGridCollectionView . As in my application the data in database keeps on changing so i want to show ...
-
Hi,
I tried to write a DataTemplate to display custom objects (which are stored in an ObservableCollection) in a TabControl.
Each TabItem contains a representation of a custom object.
Each object is represented by a banner (for general informations) and a DataGrid (for the important informations which are stored in a DataTable).
Here is the ...
-
Ok, I moved my collection to the application and used the sample syntax for binding. Still no data. So in the application I add one row. I see this row, but not the rows my page added even though it does ''DataGridControl1.Items.Refresh()'' , which worked when I bound thru VB code. So, I made one last ...
-
Yes, I set AutoCreateDetailConfigurations property to true.
I can only get data if I bind thru VB code and not xaml. But, in order to use the CollectionViewSource (where all the good features seem to be), you have to bind thru xaml. I'm frusrated that I can't get past first base. All your samples have the bound object in the ...
-
I am trying to create a set of grids that are dependent upon each other. In the sample code provided below I have 2 datagrid controls ( A country grid and a province / state gird ). I have the binding on them working correctly so that if I select a country in the countryGrid all the provinces/states for that country show up in provinces/state ...
-
Hi,
I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
-
Before 3.0 I could use a MultiBinding on a Column through column.DisplayMemberBinding property. This property is now obsolete in 3.0 and replaced by DisplayMemberBindingInfo. It doesn't seem to support MultiBinding though. How do I use MutliBinding on a column in V3?
-
Namaste!
I've poked around the documentation/samples and can't find a solution to my problem.
My setup: I have a ''master/details''-type form. The master is not a grid - it is standard fields. I have a tab control, several tabs of which have grids on them to display data from related child tables. I have the datatable ...
1
|
|
|
|