Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Browse by Tags

All Tags » Templates   (RSS)
Showing page 1 of 2 (11 total posts)
  • Re: Looping thru a datagrid items

    this little project has a collection of items that have a Boolean property on them, if the property is false data triggert are used in the style to set the background of the cell red, if it is true the property is green. i would have posted the entire project but i can't work out how to attach files. if anyone could tell me how it would be much ...
    Posted to Xceed DataGrid for WPF (Forum) by Aran on September 3, 2008
  • ContentTemplate on ColumnManagerCell does not work

    Hi,  I am trying to replace the default appearance of the ColumnMangerCell by providing a ContentTemplate. The code looks like this:   <Style TargetType=''{x:Type xcdg:ColumnManagerCell}''> <!--<EventSetter Event=''MouseDown'' Handler=''Column_MouseDown'' /> does not work why?--> <EventSetter ...
    Posted to Xceed DataGrid for WPF (Forum) by Carsten on August 29, 2008
  • Create TableView Resource

    Hi, I am trying to create a TableView as resource to have a common place which I can change all the related grids in my application without the need to go to each separate xaml file and copy&past the changes. When I try to do so I have encounter the problem of attaching the same view to multiple grid, which is not allowed. I have found this ...
    Posted to Xceed DataGrid for WPF (Forum) by Ido on August 21, 2008
  • Re: Changing a column's EditTemplate based on the value of another column

    Hi Dustyn, As far as making a cell enabled or disabled (ReadOnly) at runtime, the following example will definitely suit your requirements. But to change a cell's EditTemplate at runtime does not seems to be an easy task as EditTemplate property belongs to the entire column and not just a single cell. Anywayz have a look at the following example ...
    Posted to Xceed DataGrid for WPF (Forum) by Abdullah on July 21, 2008
  • what are valid attribute of TextInputActivationGesture

    What are valid attribute of TextInputActivationGesture as in KeyActivationGesture there are 'Key'. How can I edit  DateTimeTextBox in Xceedgrid without deleting full cell values. e.g. Suppose that we have to edit value 07 like: 07/12/2008 12:00 AM, then there is only option to edit in cell that we have to select 07/12/2008 ...
    Posted to Xceed DataGrid for WPF (Forum) by Rakesh on July 15, 2008
  • Accessing ComboBoxes created by TitleTemplate

    I have a combobox in the TitleTemplate of a grid.  When a button click event fires, I want to loop through all of the comboboxes created by the TitleTemplate (x:Name=''ThisComboBox'' in the XAML below).  Can you please tell me how access these comboboxes in the code-behind?  (The XAML is listed below): <xcdg:DataGridControl ...
    Posted to Xceed DataGrid for WPF (Forum) by Andrew on June 30, 2008
  • Groupbyheader BoundItem Display

    I'm converting to the WPF DataGrid from the .Net WinForms version. The transition is killing me! One thing I've noticed right away is the GroupByHeader grouped value displays the underlying bound data, rather than the content from the CellContentTemplate. I'm running across this with the ComboBox using the DataTableDictionary examples.  The ...
    Posted to Xceed DataGrid for WPF (Forum) by Bob on June 17, 2008
  • See Through Grid

    Hi, Is there any way out to acheive a see through effect in DataGrid? I mean, I want to place a background image, and on top of it I'm placing my DataGrid. How can then I set my rows' or entire grid's background as transparent?  We can anytime set the background of DataRow as transparent, but still something (probably the container of ...
    Posted to Xceed DataGrid for WPF (Forum) by Abdullah on May 30, 2008
  • Re: How to add a ComboBox to a ColumnManagerCell?

    You can create a style that targets ColumnManagerCell in which you change either the cell's ControlTemplate (Template property) or the cell's data's DataTemplate (ContentTemplate property). You can retrieve the template from the themes folder located in the installation folder.  
    Posted to Xceed DataGrid for WPF (Forum) by Jenny on May 19, 2008
  • Re: Default CellContentTemplate

    You could create an implicit DataTemplate in your resources for the desired type. For example: <DataTemplate DataType=''{x:Type s:DateTime}''>   <Button>      <TextBlock Text=''{Binding}'' />   </Button></DataTemplate>  
    Posted to Xceed DataGrid for WPF (Forum) by Jenny on May 16, 2008
1 2 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.