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

Browse by Tags

All Tags » CellEditorBinding   (RSS)
Showing page 1 of 3 (27 total posts)
  • 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
  • Why no tech support? Is Exceed viable or in trouble?

    I posted a question on 16 March 2010. I received an email from Exceed stating that I should get an answer in 2 to 5 days. I have received none. My post was titled: ''DateTimeTextBox  in celleditor problem?'' Does Xceed have a policy that if you don't pay $299+ for support you are ignored on the forum? I'm not asking for priority ...
    Posted to Xceed DataGrid for WPF (Forum) by Ted on March 23, 2010
  • 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
  • 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
  • Modifying a simple array

    Hello, I want to manipulate a simple array with xCeed grid. Is this possible? I can view items, but editing and creating doesn't function.  public partial class Window1 : Window {public ObservableCollection<int> deneme { get; set; } public Window1() {InitializeComponent();dummy = new ...
    Posted to Xceed DataGrid for WPF (Forum) by Aykut on March 2, 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
  • CellEditorBinding update event?

    Hi There,  I'm new to Xceed DataGridControl, It's nice tough. I'm having a problem with the CellEditorBinding. I just don't know when it will be updated from the custom control. here is my example : Create a WPF project named XceedGridTester then copy paste the code <Window x:Class=''XceedGridTester.Window1''  ...
    Posted to Xceed DataGrid for WPF (Forum) by Dats on February 12, 2009
  • CellEditorBinding causes Xaml parse exception

    When I stated using cell editors with ''CellEditorBinding'', I get a Xaml parse exception ''Cannot convert the value in attribute 'Source' to object of type 'System.Object'. A TwoWay or OneWayToSource binding cannot work on the read-only property. The property in question is my data table inside my dataset. It is indeed readonly, But this is ...
    Posted to Xceed DataGrid for WPF (Forum) by David on November 10, 2008
1 2 3 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.