Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » data grid » "Data Binding"   (RSS)
  • Foreign key value assignment

    I've been trying to code my grid to allow a user to choose a job to assign a list of materials to. There is a Material table which is bound to the data grid. It has a foreign key link to the Job table. I initially bound the Material.Job field but due to the fact that it has a foreign key constraint underneath in Linq2Sql, whenever the grid tried ...
    Posted to Xceed DataGrid for WPF (Forum) by Troy on July 7, 2010
  • Capturing Click event of Button in a DataCell using MVVM

    Hello, I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button. Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel. How can this be achieved. I thought of RoutedEvents / ...
    Posted to Xceed DataGrid for WPF (Forum) by Shailesh on March 23, 2009
  • A List(of T) bound to DataGrid, but no data

    I have a Class that inherts from List(of T) bound to my DataGrid. The data grid shows the columns but no data. I add an item to my collection in the window's load event. This is where I populate by data table, wchich works. So what am I missing?
    Posted to Xceed DataGrid for WPF (Forum) by David on October 31, 2008
  • Access the controls in Datatemplate of XceedDataGridControl

    Hi, I have a datagrid control in that  i have added one more column to the grid . <xcdg:DataGridControl Grid.Row=''2'' Loaded=''XcDataGrid_Loaded'' Name=''XcDataGrid'' HorizontalAlignment=''Left''> <xcdg:DataGridControl.Columns> <xcdg:Column FieldName=''pp'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on August 30, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.