Browse by Tags
All Tags » CardView (RSS)
Showing page 1 of 2 (13 total posts)
-
I am using two third-party controls (Infragistics XamTextEditor and XamMaskedEditor) in a DataGrid using the CardView view which changes the background colour of a DataCell depending on whether it is in edit mode or not. To not obscure this background effect, I have set the Background of the XamTextEditor and XamMaskedEditor ...
-
Following on from this related issue, I have found that string fields are not editable when inserting a new item using CardView with a theme set.
If the theme is removed, it works fine. See attached example project demonstrating this. Run the project and enter a new item in the grid. It is impossible to put a cell into edit ...
-
I have bound a DataGrid to a collection of data that contains several string properties. The view I am using is CompactCardView (or CardView) with HideEmptyCells set to True.
The problem I'm having is that properties returning null strings are not editable, the only way to make properties editable is to ensure they return a non-null string, ...
-
Hi,
I suspect this is a fairly obvious template to change, but I can't spot it...
How do you set the contents of a card, is it a RowTemplate or a CellTemplate or something different?
Mike
-
I have the following DataGrid defined in my XAML:
<xcdg:DataGridControl> <xcdg:DataGridControl.Columns> <xcdg:Column FieldName=''ContactName'' /> </xcdg:DataGridControl.Columns> <xcdg:DataGridControl.View> ...
-
Hello,
Is it possible to create/have a default style for all the views of the DataGridControl: TableView, CardView and CardflowView3D?
If yes, how?
Thank you!
Ioana
-
Hi,
I am using card view to display the data . But by default the card view is oriented in vertical direction but i need the cards (row) to come in horizontal direction . How can i do this in xaml. Please provide me a sample code.
Thanx
-
Hi all,
I am using XceedDataGrid Control in a usercontrol. But when i am setting the width of XceedDataGrid Control to ''Auto'' then at runtime it is throughing a error saying
''Unable to find assembly 'Xceed.Wpf.DataGrid, Version=3.0.8415.15000, Culture=neutral, PublicKeyToken=ba83ff368b7563c6'.'' .But when i am setiing any width ,its ...
-
Hi,
I am using xceed grid in card view. As the card view has a space at the top of cards . I want to remove that space so the the cards can be started from the top of the grid.
Thanx
-
Hi,
i have a problem related to data grid card-view binding.
I want to Bind Images in Data Grid Card-View's data cell, other data cell in card will be populated with database fields.
I see the samples also, however it is binding images stored in database.
I want to bind images in card view which I have in project's images folder location. ...
1
|
|
|
|