Browse by Tags
All Tags » Cell (RSS)
Showing page 1 of 3 (30 total posts)
-
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''; ...
-
Hi,
You didn't mention if the cells were if value cells, data cells, insertion cells... Also, I decided to make the grid:
gridControl1.SingleClickEdit = true;
so a single click on a cell gets you in edit mode. Otherwise, things a more complicated.
The form1.cs gives this:
using System;using System.Collections.Generic;using ...
-
Hello,
I need to display the data in the format like amount@price (1.23@1 000 000) in the PRO grid. I have created a temple like the following
<DataTemplate x:Key=''RequestedOrder''> <StackPanel Orientation=''Horizontal''> <TextBlock Text=''{Binding ...
-
Is there any way of setting up a DataGrid so that when a cell or a row is selected, it doesn't highlight the entire row in a different colour?
I've looked at the following topics:
http://xceed.com/CS/forums/thread/9179.aspx
http://xceed.com/CS/forums/thread/21933.aspx
As advised in those, I've set up a Style in my DataGridControl's ...
-
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 ...
1
|
|
|
|