Welcome to the Xceed Community | Help
Community Search  

Browse by Tags

All Tags » "Data Binding"   (RSS)
Showing page 1 of 3 (26 total posts)
  • How to bind 2 columns to same property

    I need to display a datagrid with two columns that are bound to the same property. Here is the code I am using but it does not work:              DataGridCollectionView dataGridCollectionView = new DataGridCollectionView(list, typeof(MyData), false, ...
    Posted to Xceed DataGrid for WPF (Forum) by Skantha on January 7, 2009
  • binding to column readonly using code behind

    Hi, I have successfully bound the column.visible property for my grid using code behind as per a suggestion in another thread like this: BindingOperations.SetBinding(this.myGrid.Columns[index], Column.VisibleProperty,  new Binding()    {        Source = DataContext,    ...
    Posted to Xceed DataGrid for WPF (Forum) by Trevor on January 7, 2009
  • Refreshing the DataGridCollectionViewSource to reflect the new datatable..

    Hi, I am binding DataGridControl by DataGridCollectionViewSource in XAML.   XAML: <xcdg:DataGridCollectionViewSource x:Key=''cvsSchedule'' Source=''{Binding ElementName=SchedulePage,Path=DtApptsSchedule}'' AutoFilterMode=''And''></xcdg:DataGridCollectionViewSource>   <xcdg:DataGridControl Width=''auto'' Height=''auto'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on January 6, 2009
  • Sorting in multibinding column

    Hi, I am using multibinding to show user image along with the Firstname and lastname. As it was implemented in sample application provided by xceed. Now if i want to implement sorting on this column it will sort according to the ID used for this column.But sorting like this does not make any sense. So if i want to sort it with the firstname only ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on December 19, 2008
  • Binding wpf DataGridControl to a complex collection

    Hello, I’m trying to bind DataGridControl to a complex collection which have no predefined properties; The structure of the collection is as follow: My collection is a List of RowList objects - List<RowList> RowList is a List of ColumnInfo -  List<ColumnInfo> ColumnInfo is an object that have tow properties : ...
    Posted to Xceed DataGrid for WPF (Forum) by shai on December 16, 2008
  • How to bind the column using Resources files in WPF(xceed).

    Hi All,    If anybody tried to bind the column through resources file like visibility(depending upon selection). Actuall I want to bind the xceed column visibility by using resources file. I have done the Text,Content rendering from the resources file for TextBlock, CheckBox, RadioButtons. It's working fine.   If anybody can ...
    Posted to Xceed DataGrid for WPF (Forum) by Karthikeyan on December 15, 2008
  • Access entire row of data (DataContext) from within EditTemplate

    I have a custom control that is working fine inside of an EditTemplate.  The template is being used on a grid that is bound to a collection of business objects.  The problem I have is that from within the control I need to be able to access the parent business object.  For a simple contrived example let’s say I have an EditTemplate ...
    Posted to Xceed DataGrid for WPF (Forum) by Paul on December 3, 2008
  • 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 the new ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on December 1, 2008
1 2 3 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.