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

Browse by Tags

All Tags » Cell editor   (RSS)
Showing page 1 of 3 (26 total posts)
  • Custom Cell Editor display issue

    Hello, I would like to display a custom cell Editor of a cell regarding a value of a property of the DataObject, i have done this : <Style TargetType=''{x:Type xcdg:DataCell}''>                ...
    Posted to Xceed DataGrid for WPF (Forum) by Moon on January 16, 2012
  • DataCell ReadOnly="True" do not disables entering to edit mode

    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'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Daniel on November 30, 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
  • Editor for MVVM ComboBox custom type

    Hi,  I've created a class called Choices that represent a ComboxBox. Choices has public List and Value properties to bind a combo box (list of choices and selected value). I want to bind a column of the grid on a property returning an instance of this object and I want the editor of a cell to display a working ComboBox based on those ...
    Posted to Xceed DataGrid for WPF (Forum) by Jean-François on September 1, 2011
  • Edit datagrid cell based on condition

    Hi Guys, I am using 3.7 wpf datagrid control.  I have a bound datagrid control with four columns. First column is checkbox, 2nd is read only and 3rd & 4th are editable columns with textbox editor. Now I want user to allow cell of 3rd & 4th columns only if checkbox is checked in first column.  I don't ...
    Posted to Xceed DataGrid for WPF (Forum) by hiren on June 29, 2011
  • Bug with DatePickerEditors

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Grégoire on June 17, 2011
  • Re: Foreign key value assignment

    I recently upgraded to 3.7 and still couldn't get this to work easily. I did eventually though but I think not through the ForeignKeyConfiguration property. I had to jump through several hoops to get it working. Here is how I did it. PARTIAL CollectionViewSource <xcdg:DataGridCollectionViewSource        ...
    Posted to Xceed DataGrid for WPF (Forum) by Troy on August 20, 2010
  • Re: How to make some particular cells in grid as read only?

    hi derek It is working it's fetching me the cell value and here is the code which works fine for making some particular cells as read only <xcdg:DataGridControl.Resources> <local:OutturnReadOnlyConverter x:Key=''OutturnReadOnly''/> <Style TargetType=''{x:Type xcdg:DataCell}''> <Setter Property=''ReadOnly'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Nagaraju on July 2, 2010
  • 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
  • How can I change the background/foreground color of a cell being edited?

    I am new to Xceed.  I have searched the forum, but could not find out how can I change the background / foreground color of a cell being edited. I have tried the following but the color does not change:       Dim numericEditor As New NumericEditor      Dim numericTextBox As WinNumericTextBox ...
    Posted to Xceed Grid for .NET (Forum) by Morgan on February 2, 2010
1 2 3 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.