Browse by Tags
All Tags » WPF Data Grid » "Data Binding" (RSS)
-
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 ...
-
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'' ...
-
I am trying to create a set of grids that are dependent upon each other. In the sample code provided below I have 2 datagrid controls ( A country grid and a province / state gird ). I have the binding on them working correctly so that if I select a country in the countryGrid all the provinces/states for that country show up in provinces/state ...
-
Hi,
How can i add a new column to Xceed DataGrid. My exact requirement is that the added column will contain the UserControl and want the datasource of this column to be different from the Itemsource of the XceedGrid. Is there any concept of BoundColumns in wpf as it was in asp.net??????????
-
Hi all,
I have a DataGridControl , i attached the datasource to the grid through DataGridCollectionView.... Now i want to add a column at run time to the same DataGridControl , but this column will have a different DataSource. How can i get this ??? If i am not clear to you i can clarify more ..........
|
|
|
|