Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Browse by Tags

All Tags » Databinding   (RSS)
Showing page 1 of 3 (27 total posts)
  • DataRow and DataContext of DataRow becomes null for some rows in the DataGrid

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Shailesh on December 2, 2008
  • Binding Title of Xceed Column.

    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}'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Karthikeyan on December 2, 2008
  • Reloading the grid with new DataSet from Database.

    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 ...
    Posted to Xceed DataGrid for WPF - Custom Themes (Forum) by Saurabh on December 1, 2008
  • Problem while using DataGrid in a DataTemplate

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Jérôme on November 14, 2008
  • Re: A List(of T) bound to DataGrid, but no data

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by David on November 3, 2008
  • Re: A List(of T) bound to DataGrid, but no data

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by David on November 3, 2008
  • Editing Problem

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by James on September 11, 2008
  • Getting the values of two column in a one column..

    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 ?????
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on September 4, 2008
  • MultiBinding a column?

    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?
    Posted to Xceed DataGrid for WPF (Forum) by Hao on August 26, 2008
  • Multiple Grids and Binding

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Jon on August 26, 2008
1 2 3 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.