Browse by Tags
All Tags » Cell (RSS)
Showing page 1 of 4 (34 total posts)
-
Hi,
I just started using xceed datagrid. I was trying to find to copy a cell data to clipboard. I saw in one of the forums that selectedUnit = ''Cell'' can be used to copy a cell data into clipboard. Not sure my version of the datagrid is not allowing me to use selectedUnit property for the datagrid. Can someone let me know how to achieve cell ...
-
Hi everybody and thank you for your support,
I have a datagridcontrol and i wish to edit cells and update the database. I actually can edit cells directly from the datagrid, but i need to operate on the EndEdit event to update the database. But i can't find this event !!
Please help, and thanks a lot.
-
Xceed DataGrid for WPF Professional Edition 3.1 (3.1.9175.12000):
The class Xceed.Wpf.DataGrid.Cell doesn't have:
1) SelectionBackground
2) SelectionForeground
3) InactiveSelectionBackground
4) InactiveSelectionForeground
... properties as opposed to v 4.2 and 4.3 of Xceed DataGrid for WPF.
Is there an equivalent code in v ...
-
Hi. I have a DataGrid with a few columns that are editable. I'm catching the EditEnded event for such a cell, and can get the row and thereby also my business object that was modified.
However, if the user just clicks in one of the editable cells and then leaves the cell again without changing anything, the EditEnded event fires as well. So ...
-
Dear Forum:
Is there any simple way to format the first cell of each row in XAML ONLY to looks like the column header cells?
I need to diplay a matrix where the first column cells and the column header cells are the ''titles'' for what is in the cross between rows ans columns.
Example I want the years cells to look like the ...
-
though may be it's a bit too ''fancy...... but i just would like to know is there any possibility to display html content in a winform grid cell??
coz i need to display the content converted from xsl in the cell........
thx in adv!
kenny
-
here is the code which i was trying to achieve to make some particular cells as read only.I used a converter class which i defined in the
when i am using this code in my project it is setting the whole row to readonly...........
public class OutturnReadOnlyConverter:IValueConverter
{
#region IValueConverter Members
public object ...
-
For those who still experience a similar issue, I've found another more elegant approach
<DataGrid:DataGridControl.Resources> <Style TargetType=''{x:Type DataGrid:DataRow}''> <EventSetter ...
-
Hi, I have a question related to this.In addition to click on a link, is it possible to edit it, i.e. can we have a link column that is not readonly? If so, how can I make the difference between clicking on a link vs starting to edit it? Thanks,Marie
-
Hi,
this should do:
public Form1() { Xceed.Grid.Licenser.LicenseKey = ''GRD38-.....-.....-RNAA''; ...
1
|
|
|
|