Browse by Tags

Browse by Tags

> All Tags > Data Binding > WPF
  • Re: Grouping

    Hi Tom, We've implemented underlying object properties support in the forthcoming 8.3.3 version. You can find a corresponding suggestion at http://www.devexpress.com/Support/Center/ViewIssue.aspx?issueid=S31292 . It will be possible to define such columns with a simple syntax as follows: <dxg...
    Posted to WPF (Forum) by Vitaly (DevExpress) on 12/2/2008
    Filed under: DXGrid, groups, WPF, Data Binding, Grouping
  • Re: HeaderTemplate sample

    Hi Rinaldo, To change text style in the column header, use the code similar to the following: <dxg:GridColumn.HeaderTemplate> <DataTemplate> <TextBlock Text="{Binding}" FontSize="30" FontStyle="Italic" Foreground="Red"/> </DataTemplate>...
    Posted to WPF (Forum) by Vitaly (DevExpress) on 11/12/2008
    Filed under: DXGrid, WPF, DataTemplate, Data Binding
  • Re: Looping through rows

    Hi George, In general, it is impossible to iterate through rows using the visual tree, because the check box visual element is created only when a row is visible. However, if checkboxes in the column are bound to the data source field values, you can change the values of a corresponding field in the...
    Posted to WPF (Forum) by Vitaly (DevExpress) on 11/12/2008
    Filed under: DXGrid, WPF, DataTemplate, Data Binding, Unbound columns
  • Re: CardHeader Question

    Hi Elam, Here is the equivalent C# code: CardView view = ...; view.CardHeaderDisplayMemberBinding = new Binding("Data.OrderID") { RelativeSource = new RelativeSource(RelativeSourceMode.Self), Converter = new FormatStringConverter("Order ID: {0}") };
    Posted to WPF (Forum) by Vitaly (DevExpress) on 11/7/2008
    Filed under: DXGrid, WPF, Data Binding, Card view
  • Re: Binding the DataSource to the DxGrid

    Hi Alan, Sorry, it's difficult to understand what is going wrong based on your explanations only. The DXGrid should be updated correctly when bound to any IBindingList descendant (either DataView or BindingList). Please explain your task in greater detail (or better send us a simple test project...
    Posted to WPF (Forum) by Vitaly (DevExpress) on 11/6/2008
    Filed under: DXGrid, WPF, Data Binding
  • Re: How to define custom cells

    Hi Kenneth, Currently, the DXGrid doesn't track change notifications from the INotifiyCollectionChanged interface (the ObservableCollection implements it). Please use data sources that support the IBindingList interface (e.g. BindingList, DataView) so that the grid control can be updated automatically...
    Posted to WPF (Forum) by Vitaly (DevExpress) on 9/15/2008
    Filed under: DXGrid, WPF, Data Binding
  • Re: Binding the DataSource to the DxGrid

    Hi Alan, I've create a test project and it works fine for me: public partial class Window1 : Window { DataTable userTable; public Window1() { InitializeComponent(); userTable = new DataTable(); userTable.Columns.Add("Text", typeof(string)); userTable.Columns.Add("Number", typeof...
    Posted to WPF (Forum) by Vitaly (DevExpress) on 9/10/2008
    Filed under: DXGrid, WPF, Data Binding
  • Binding DataGridColumn to this[] property

    Hi there, I have a class that defines a property like this: public decimal this [ string name] { get { // return a decimal based on the name string provided; } set { // assign a decimal to the name string provided } } When I use all the standard WPF controls and most of the DevExpress controls, binding...
    Posted to WPF (Forum) by Martin Kay on 1/16/2012
    Filed under: WPF DXGrid, WPF, Data Binding, Binding
  • XPO – 11.1 Sneak Peek – Data binding in WPF

    In this blog post, we are going to demonstrate how to use a new XPObservableAssociationList<T> class in the DevExpress.Xpo.Linq library for data binding to persistent classes in WPF . First, we will create a new WPF Application project. Then, we will add references to the DevExpress.Data, DevExpress...
    Posted to XPO (Weblog) by Dennis (DevExpress Support) on 5/16/2011
    Filed under: 11.1, WPF, data binding, XPObservableAssociationList, v2011.1, XPO, LINQ
  • How to display a nullable Datetime

    Hi all, How can I display a nullable Date-time in the DXGrid? If I bind to a normal Date-time the DXGrid shows the date-time correct but if the Date-time is nullable the DXGrid doesn't show anything. Thanks for every help
    Posted to WPF (Forum) by jpride on 2/24/2010
    Filed under: DXGrid, WPF, Data Binding, GridColumn, Binding
Prev 1 2 3 Next
LIVE CHAT

Chat is one of the many ways you can contact members of the DevExpress Team.
We are available Monday-Friday between 7:30am and 4:30pm Pacific Time.

If you need additional product information, write to us at info@devexpress.com or call us at +1 (818) 844-3383

FOLLOW US

DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, along with high-performance HTML JS Mobile Frameworks for developers targeting iOS, Android and Windows Phone. Whether using WPF, Silverlight, ASP.NET, WinForms, HTML5 or Windows 8, DevExpress tools help you build and deliver your best in the shortest time possible.

Your Privacy - Legal Statements

Copyright © 1998-2013 Developer Express Inc.
ALL RIGHTS RESERVED
All trademarks or registered trademarks
are property of their respective owners