Browse by Tags
All Tags » WPF Data Grid » DataBinding (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 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 ...
-
Hello all
I want to have a DataRow that has 2 rows embedded,
I thought I'll use a UserControl that has 2 Dependency Properties, one for each row
(the properties are of type <object> in order to be able to add any type of content to it)
and set this UserControl as the ControlTemplate of the DataRow.
I have chosen ...
-
Does version 3.0 supports ObservableCollection for editing and adding new record? Or we still have to use IBindingList Interface.
If yes can you guide me with any examples.
Thanks
Atul
|
|
|
|