Browse by Tags
All Tags » DataCell (RSS)
Showing page 1 of 3 (27 total posts)
-
Hi Michael,
finally I solve it, thank you. Use of MultiDataTrigger in DataCell style was solution. Now it works as expected. Here is that style when somebody needs similar functionality:<!--force readonly of cell when its data are not editable--><Style TargetType=''{x:Type ...
-
Hi Michel,
my problem is that even though I set DataCell property ReadOnly=''True'' there is possible to activate CellEditor for that Cell. My situation is following: I have grid with columns A,B,C,D and rows 0,1,2. I need to have editable cells in column B, C, D, but not cells B1, B2, C0. How to achieve that?When I set DataCell ...
-
I need to have some Cells in grid to be ReadOnly and some to be editable. I have found that settings property ReadOnly=''True'' for DataCell has no influance, and there is still posiible to edit content of cell (for test I use default editor). I use Style like this<Style TargetType=''{x:Type xcdg:DataCell}''><Setter Property=''ReadOnly'' ...
-
Hello,
I'am using version 4.2.11215.9190 of DataGrid with EntityFramework and I'am facing issues with CellEditor.DatePickerEditor in the DataGridControl and TableView.
- In Edit mode, the drop down picker never show when i hit the button.
- Zeros are not shown on single numbered dates and presentation is different between Edit Mode and non Edit ...
-
In my grid, for some column values are too large to fit in a cell, for such datacells i want to display tool tip (Only for which the data is not visible in full).
Please help.
-
Hi Angshuman, You can achieve this by handling the MouseEnter event of the DataCell . Here’s an example:<Style TargetType=''xcdg:DataCell''><EventSetter Event=''MouseEnter'' Handler=''DataCellMouseEnterHandler''/></Style>And on the handler you ...
-
This is a new issue pertaining to other related issues raised:
http://xceed.com/CS/forums/thread/23510.aspx
http://xceed.com/CS/forums/thread/26044.aspx
If I have an IMultiValueConverter assigned to a MultiBinding on a DataCell Style.Setter, with a Binding to the DataCell itself and/or its Content property and another Binding to its ...
-
Further to this post, I am attempting to run an IMultiValueConverter (applied to a Setter on a DataCell Style) on a DataGrid that contains a lot of cells without blocking the UI.
I considered using a BackgroundWorker but this is unsuitable because the Convert function of the converter requires a return value and the UI is blocked until it gets ...
-
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 spent several days trying to find a way to change the colour of individual cells based on their value and/or the values of other data elsewhere in the grid. However, although there seems to be a lot of questions on the forums by users, the answers aren't really conclusive. I have read and contributed to several ...
1
|
|
|
|