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

Browse by Tags

All Tags » CellContentTemplate   (RSS)
Showing page 2 of 4 (38 total posts)
  • How to have only one column with buttons

    I have a DataGridControl which is bound to an Observable collection. This is working fine and I see my generated columns and the cells are filled in just fine.Problem:Now I want to add an additional column whose sole purpose is to have cells that are themselves buttons or contain buttons so that the user can click the button and do ...
    Posted to Xceed DataGrid for WPF (Forum) by Flor on June 17, 2009
  • Hiding / Formatting DataGridItemProperty detail rows, and exporting them to Excel

    In my DataGridControl, I have defined Column objects for the columns of the master rows and DataGridItemProperty objects (like below) for the columns of the detail rows (PropertyDetailDescription in DataGridCollectionViewSource.DetailDescriptions). <xcdg:DataGridItemProperty Name=''MyProp'' DataType=''{x:Type sys:Decimal}'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Neo on June 11, 2009
  • Combining Style, DataTemplate and Converter on DataCell and DataRow

    Hi, I'm trying to customize my DataGrid display depending on the data it contains. What I need to have is:    1) Changing the colour of some DataRows depending on a property of the displayed object (in order to highlight the active DataRows)    2) Displaying some entire DataRows with strikethrough text depending on a property of the displayed ...
    Posted to Xceed DataGrid for WPF (Forum) by Jerome on March 27, 2009
  • Dynamically change the CellEditor & CellContentTemplate property depending on type of data

    Hi Guys, I have the following screnario (in a TableView): I have a table X where where the record can be of three types, let's say A, B, C This type is shown in Column 1 where the type is controlled using a combo box. Now the screnarios for Column 2 are Scenario 1: if the data is of type A, then column 2 will have a combo box where the ...
    Posted to Xceed DataGrid for WPF (Forum) by Shamsul on March 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
  • CellContentTemplate - displaymember / valuemember

    Hi I have problem which I can not resolve. I have datagrid with column contains foreign key values. For editig I am using combox ( IEnumerable collection as itemssource, DisplayMemberPath and SelectedValuePath) and it works fine. Now I want to display in cellContentTemplate classic TextBlock with the same value as DisplayMember in combobox. Is ...
    Posted to Xceed DataGrid for WPF (Forum) by Dave on February 28, 2009
  • Multiple comboboxes in datagrid

    Hi! I'm quite new to xceed and I'm having some trouble figure out how to get the selectedValue from my comboboxes in my datagrid. I've come as far as I get the selected value from one of the comboboxes. I have an empty BindingList as the datagrids itemsource. My columns: <xcdg:Column FieldName=''Tittel'' Title=''Tittel'' ...
    Posted to Xceed DataGrid for WPF (Forum) by c on January 15, 2009
  • UserControl as CellEditor => DoubleConverter cannot convert from (null)

    Hi,   I use a TabControl to display a list of custom objects. Each TabItem displays a UserControl representing one of my custom objects. Each UserControl contains a DataGrid and some other components. I try to use a NumericUpDown control (or spinner) to edit my DataGrid cells (as a CellEditor and as a CellContentTemplate). I use ...
    Posted to Xceed DataGrid for WPF (Forum) by Jerome on November 24, 2008
  • Binding multiple column values to a user control

    Hi, I have a user Control having two dependancy properties . I am loading this user control in a data template . I am binding the data through code behind by creating a DataGridCollectionView . My reqirement is i want to bind more than one column to the user control.   my current code is <xcdg:Column FieldName=''variable'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on September 17, 2008
  • ComboBox in EditTemplate

    Hi, I am using a combobox in Cell edit template i am loading the combobox content when the edit is fired but after the ending edit i am getting the Member not the Value. My code is below:  XAML :  <xcdg:DataGridControl Grid.Row=''2'' HorizontalAlignment=''Left'' Name=''NotesGrid'' Width=''800'' Height=''Auto'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Saurabh on September 13, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.