Browse by Tags
All Tags » Columns » "Data Binding" (RSS)
-
I am very new to WPF/Xceed and have a very basic question. :)
I am using DataGrid Control in my application to display a collection of objects. I want one column of my grid to be editable depending upon the type of Object. If Object is of type A, the column should be editable and if object of type B, then it should not be. ...
-
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 / ...
-
Hi All,
I am binding to a DataGridViewCollection as detailed below:
<xcDP:DataGridCollectionViewSource x:Key=''alertsView''
x:Name=''alertsView''
Source=''{Binding Results.DefaultView}''
AutoCreateItemProperties=''True''
...
-
Hi,
I have successfully bound the column.visible property for my grid using code behind as per a suggestion in another thread like this:
BindingOperations.SetBinding(this.myGrid.Columns[index], Column.VisibleProperty, new Binding() { Source = DataContext, ...
-
Hi,
I'm trying to bind the title of the column with a StaticResource. It's doesn't give me any error, but the output of the column is EMPTY. Here my code shows the detail of the issue,
<xcdg:Column FieldName=''countryName''>
<xcdg:Column.Title>
<Binding Converter=''{StaticResource FieldLabelConverter}'' ...
-
Hi,
I have a user Control having two dependancy properties . I am loading this user control in a data template . I am binding the data through code behind by creating a DataGridCollectionView . My reqirement is i want to bind more than one column to the user control.
my current code is
<xcdg:Column FieldName=''variable'' ...
-
Hi,
I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
-
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 ..........
|
|
|
|