Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » Cell   (RSS)
Showing page 1 of 3 (30 total posts)
  • First cell of each row to looks like the column header cells

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Simone on December 8, 2011
  • Winform Xceed Grid Cell display Html content??

     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
    Posted to Xceed Grid for .NET (Forum) by kenny on September 21, 2011
  • How to make some particular cells in grid as read only?

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Nagaraju on July 1, 2010
  • Re: ContextMenu problem

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Kyrylo on March 17, 2010
  • Re: Hyperlink column

    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 
    Posted to Xceed Grid for .NET (Forum) by Marie4 on February 16, 2010
  • Re: different cell forecolors in the selected row

    Hi, this should do:         public Form1()        {            Xceed.Grid.Licenser.LicenseKey = ''GRD38-.....-.....-RNAA'';            ...
    Posted to Xceed Grid for .NET (Forum) by Ghislain on February 10, 2010
  • Re: How can I change the background/foreground color of a cell being edited?

    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 ...
    Posted to Xceed Grid for .NET (Forum) by Ghislain on February 2, 2010
  • Complex cell layout

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Kyrylo on January 20, 2010
  • Preventing entire row being highlighted in a different colour when a cell or a row is selected

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Neo on December 17, 2009
  • Xceed Cell/Column Behaviour

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by paras on October 10, 2009
1 2 3 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.