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)
  • 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
  • DataRow and DataContext of DataRow becomes null for some rows in the DataGrid

    Hello , I have a strange issue. I am binding a DataGrid with IList. When I try to retrieve the DataRow and try to use its DataContext. In case of some rows the DataRow is either null or DataContext of the DataRow is null. Although a binding item does exists in the IList.   Can anyone please help me on this ? This seems to be strange and ...
    Posted to Xceed DataGrid for WPF (Forum) by Shailesh on December 2, 2008
  • 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
  • CellEditorBinding

    Hi!Help me please.I'm loading my table DataGridControl dynamically from file. Like this:<Grid xmlns:xcdg=''clr-namespace:Xceed.Wpf.DataGrid;assembly=Xceed.Wpf.DataGrid'' xmlns=''http://schemas.microsoft.com/winfx/2006/xaml/presentation''> <xcdg:DataGridControl Name=''dataGridControl1'' Margin=''5'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Nikitaff on September 19, 2008
1 2 3 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.