Browse by Tags
All Tags » Column » DataGrid (RSS)
-
I'm trying to do someting very basic but i can't find how to do it. I have a collection of objects i show in a grid. Works fine when a set te datasource property to my collection. the grid auto generates a column for every property on the object.
What i want to do is to create the columns at design time and databind them to the ...
-
Hello!I was able to do a workaround to solve my initial problem of how to dynamicaly create a user-defined mask by using a Converter.Now I face a new problem in the same area with Sorting dates.The default format of the date is ''yyyy-MM-ddTHH:mm:ss'' and I mask it to ''dd/MM/yyyy HH:mm:ss'' and it works just fine but the Xceed WPF DataGrid column ...
-
I have a project which dynamically generates a grid and populates it with a DataSource (using LINQ to SQL) and returns it to another process which then places that on a form.
It appears from my testing that the Columns collection is not accessible unless the Grid has been associated with a Form prior to the DataSource being assigned as I am ...
-
I have a DataGrid bound to a class where one of the properties is of a run-time Enum type created using EnumBuilder. I wish to have the Column automatically detect the enumerators in the enum and display them in a drop-down box on the cell (a ComboBox).
I understand that if the enum was defined at design-time, I can use the following XAML ...
-
Is there any way in v3.1 to react to a programmatic change in column visibility? I have a helper class with which I register all instances of the grid in my application. The helper modifies the column widths based on changes in the data source, resizes of the grid by hooking into the appropriate events of the grid. The last thing ...
-
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''
...
|
|
|
|