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

Browse by Tags

All Tags » CellEditors   (RSS)
Showing page 1 of 4 (38 total posts)
  • Dynamically changing properties of a cell editor

    I have a requirement to be able to change the value of the MaxLength property of a cell editor at run time.  When a column's cell editor is the AutoSelectTextBox, our spec says the MaxLength may be changed under certain business rules.  It makes sense to me that one might bind the MaxLength property to an object that holds the current ...
    Posted to Xceed DataGrid for WPF (Forum) by Matthew on October 14, 2009
  • Is Custom Control allowed as the Xceed DataGrid Column as CellEditor in Xceed DataGrid?

    Hello,          I am using the Custom Control in the Exceed Data Grid as CellEditor in one of the Column. Now i am getting the custom control when the cell/column is in the Edit Mode.  Now when i am selecting a value from the Custom Control. Its value is being selected but the column/Cell is not reflected with the ...
    Posted to Xceed DataGrid for WPF (Forum) by paras on September 3, 2009
  • Using value of one column in celleditor of another column.

    Hi, I have two columns in my DataGridControl, lets say User Name and Role which are part of my Observable collection. The User Name column has a CellEditor which consist of a textBox and an Image. The requirement is to show the image as per role (the second column), that is an Admin Image or General User Image while editing the name. I am using ...
    Posted to Xceed DataGrid for WPF (Forum) by priyanka on June 25, 2009
  • Binding values from one column to another

    How to I Binding values from one column to another with using DataTemplate? In C#, not in XAML.  Code: private void GenerateDataTemplates(int ColumnNumber){    var dt = new DataTemplate();    var spOuterFactory = new FrameworkElementFactory(typeof(StackPanel));    ...
    Posted to Xceed DataGrid for WPF (Forum) by Viktor on June 24, 2009
  • File browser in the cells?

    Hi, I want to store file paths in one of my columns. I would like to include a Browse button so the user can browse the harddrive for the file rather than manually typing the path. Is this possible? Thanks, Andreas
    Posted to Xceed DataGrid for WPF (Forum) by Andreas on May 31, 2009
  • DataGrid not entering edit mode

    I have a DataGrid with a few columns. I do not set the ReadOnly property for the grid or for any columns and while in runtime I can see that the column with the CellEditor ReadOnly property value is False. However I cannot see the ComboBox im supposed to with the CellEditor. I was worried that maybe some style from controls up in the logical tree ...
    Posted to Xceed DataGrid for WPF (Forum) by Amir on May 28, 2009
  • CellEditor access to data from datarow

    Hi everybody, I have a question. Is there any way how can I access from cellEditor to data from ohter cells or datarow?  I create celleditor for specify column which is dependent on data from other cells of row. Does anybody know how can i access to all data of current datarow? Thanks.
    Posted to Xceed DataGrid for WPF (Forum) by Dave on April 4, 2009
  • Capturing Click event of Button in a DataCell using MVVM

    Hello, I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button. Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel. How can this be achieved. I thought of RoutedEvents / ...
    Posted to Xceed DataGrid for WPF (Forum) by Shailesh on March 23, 2009
  • WPF Grid CheckBox behavior

    Hi !  I have strange behavior of CheckBox columns of WPF Grid 3.1 (the latest version fron 17 February 2009).  There is small application, with TabControl of two tabs. The first tab control contains Xceed WPF grid control. The first column bind to some boolean variable. The problem occures then I check the CheckBox, than do not move to ...
    Posted to Xceed DataGrid for WPF (Forum) by Igor on March 5, 2009
  • Programmticly adding columns/EditTemplates

    The project I am working on requires all controls to be added to the screen programmatically. I have tried creating a data grid with 2 columns one of which has an combo box edit template. The code below I copied from other forum posts and modified it to suit my own needs however when I try to edit a record/cell the combo box is not displayed at ...
    Posted to Xceed DataGrid for WPF (Forum) by Dean on February 26, 2009
1 2 3 4 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.