Browse by Tags
All Tags » WPF Data Grid » "Data Binding" (RSS)
Showing page 1 of 2 (11 total posts)
-
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. ...
-
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 ...
-
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 ...
-
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 ...
-
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
-
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
-
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 ...
-
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
-
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}}'' /> ...
-
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'' ...
1
|
|
|
|