Browse by Tags
All Tags » Xceed grid » 3.0 (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 ...
-
Thanks Christian,
Here is how my ItemProperty is defined:
<xcdg:DataGridItemProperty Name=''Status'' ValuePath=''InactivatedDate'' DataType=''{x:Type system:String}'' Converter=''{StaticResource ActiveStatusConverter}''/>
I am bound to a ReadOnlyCollection. I will try using an ObservableColleciton and let you know how I make ...
-
I have a grid with an unbound column that uses a value converter. The value converter checks the passed in value to see if it is null and then returns ''Active'' if it is and ''Inactive'' if it isn't. (it's a deactivated date)
Everything works great and the autofilter shows up with two choices in it. Active and Inactive. I ...
-
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 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 ..........
|
|
|
|