Browse by Tags
All Tags » "Data Bind... » data grid (RSS)
-
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 ...
-
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 / ...
-
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?
-
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'' ...
|
|
|
|