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

Browse by Tags

All Tags » WPF Data Grid » "Data Binding"   (RSS)
Showing page 1 of 2 (11 total posts)
  • Using collection in Master Detail Grid

    I am starting new thread as I did not get any reply for thread ''How to bind values(Collection) to Master/Detail grid?''. I am using Koch's sample from that thread. I've few more requirements. 1. Change the column titles, 2. In Child grid column I want to populate data into combo box (in example below, ''Suggested Room'' column). 3. ...
    Posted to Xceed DataGrid for WPF (Forum) by ks on July 7, 2009
  • One View for many DataGrid's

    Greetings. In one window at me is 4 DataGrid with equal styles and TableView's. The first that I have made - have created one DataGrid and then copy&paste xaml to other parts. After that, I have created in ''Window.Resources'' one ''Style template'', and bind it to mine DataGrid's. It - works. But, when I create ''TableView template'', I can ...
    Posted to Xceed DataGrid for WPF (Forum) by Valentin on March 19, 2009
  • Refreshing bound dataview and retaining Group IsExpanded state

    I have a DataGrid bound to a DataView (backed by a DataTable) through a DataGridCollectionViewSource. I have a background thread that gets updated data for the DataTable behind the DataView.  I am using the Merge method  update the DataTable.  Unfortunately, Groups created at runtime that have been ...
    Posted to Xceed DataGrid for WPF (Forum) by Glenn on March 17, 2009
  • Modifying a simple array

    Hello, I want to manipulate a simple array with xCeed grid. Is this possible? I can view items, but editing and creating doesn't function.  public partial class Window1 : Window {public ObservableCollection<int> deneme { get; set; } public Window1() {InitializeComponent();dummy = new ...
    Posted to Xceed DataGrid for WPF (Forum) by Aykut on March 2, 2009
  • Foreign Key Combo Box

    Hi, Is there any way to automatically create the combo boxes for foreign keys? I know how to populate the combo boxes manually but with 35 grids in my app and a couple of foreign keys in each it will be a lot of work. Thanks, Andreas
    Posted to Xceed DataGrid for WPF (Forum) by Andreas on January 22, 2009
  • Re: How to display nested business objects in Xceed data grid

    Hi,      I have a similar problem, where I'm binding a grid to a SortedList, and each of the list elements has a number of properties that I'd like to display. How do I so that in code?  Ian
    Posted to Xceed DataGrid for WPF (Forum) by Ian on January 13, 2009
  • 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
  • Xceed DataGrid, DataBinding and ADO.Net Entities Framework

    Hi, I have troubles to work with Xceed DataGrid and ADO.Net Entities Framework. How to make a ''databinding'' with a datagrid and a entitie of ADO.Net Entities Framework? I´m so sorry about my poor english!  tks Leo  
    Posted to Xceed DataGrid for WPF (Forum) by Leonardo Cesar on November 7, 2008
  • Changing the datatable by a timer.

    Hi all, I am binding the grid like below: <xcdg:DataGridCollectionViewSource x:Key=''cvsImgGrid'' Source=''{Binding ElementName=ImgGrid, Path=Dv,Mode=OneWay}'' AutoFilterMode=''Or'' /> <xcdg:DataGridControl Name=''dataGridControl1'' Width=''Auto'' Height=''Auto'' ItemsSource=''{Binding Source={StaticResource cvsImgGrid}}'' /> ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on October 21, 2008
  • ComboBox in EditTemplate

    Hi, I am using a combobox in Cell edit template i am loading the combobox content when the edit is fired but after the ending edit i am getting the Member not the Value. My code is below:  XAML :  <xcdg:DataGridControl Grid.Row=''2'' HorizontalAlignment=''Left'' Name=''NotesGrid'' Width=''800'' Height=''Auto'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on September 13, 2008
1 2 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.