Browse by Tags
All Tags » Columns (RSS)
Showing page 1 of 4 (34 total posts)
-
Hi.
I need my columns in my DataGridControl dynamically created via a collection in my viewmodel. Unfortunately I cannot bind the ''Columns'' property of the DataGridControl to an property in my viewmodel.
How can I achieve this dynamic creation?
greets
-
Hello,
In our project we have created a custom ComboBox enabling multiselection and other options such as search filtering (i.e pressing 'ab' on our custom ComboBox will show all values with 'ab' within them). Among other thing it holds additional properties such as search filtering type (prefix, exact match, etc.)
We use the Xceed Datagrid ...
-
Hello, Xceed Team,I am using the Xceed Grid for the inline Editing. Now we are having the requirement , while editing the row ,• Some cells in the row are read only,• Some cells are required fields• Some cells are non- required Now, we are able to achieve the validation ...
-
Hi All,
I need to populate the column header/ title dynamically in Xceed DataGrid Control. Please help me out.
Here is the sample scenario.
ID Year Value
1 2008 20
2 2008 21
3 ...
-
<xcdg:DataGridControl x:Name=''myGrid''> ...
-
Hi,
In the following simple example I want to set the foreground based on another member in my class
class : Person, Properties Name,Age (assuming i'll use a converter to get a colour based on the age)
<xcdg:Column FieldName=''Name'' Title=''name'' ...
-
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. ...
-
Hi,
I use the DataGrid with the AutoCreateColumns property set to true.
I would like to set all my columns' width to a fixed value but I can't find how.
Here is what I've done so far :
[XAML]
<xcdg:DataGridControl x:Name=''myDataGrid''
ReadOnly=''False''
...
-
Good Afternoon!
I'm using version 3.1 of the DataGrid for WPF. I have an issue where I need a TextBox editor to commit it's changes to the datasource when the user exits the current cell (which works when DataGridControl.UpdateSourceTrigger = DataGridUpdateSourceTrigger.CellEndingEdit), but I also need a checkbox ...
-
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 / ...
1
|
|
|
|