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

Browse by Tags

All Tags » XML   (RSS)
  • Re: DataGrid Binding XML with LINQ

    The ''Binding to a LINQ query (XML) example in the documentation should help you get started: <Grid xmlns:xcdg=''http://schemas.xceed.com/wpf/xaml/datagrid''>  <Grid.Resources>     <xcdg:DataGridCollectionViewSource ...
    Posted to Xceed DataGrid for WPF (Forum) by Jenny on May 3, 2008
  • Re: How to insert a Listbox inside a grid cell with xml binding

    XML data is currently not 100% supported by the grid. That said, you could refer to this thread to get an idea of how to proceed. As for display the values of 2 subnodes in a cell, I suggest you create a new DataTemplate that consists of a Panel and 2 TextBlocks whose Text properties are bound to the n and v nodes. This template should then be ...
    Posted to Xceed DataGrid for WPF (Forum) by Jenny on April 30, 2008
  • How to insert a Listbox inside a grid cell with xml binding

    Hi , I´m trying to insert a listbox into a cell, but still I couldn´t. I´m loading a xml like this StringBuilder data = new StringBuilder(); data.Append(''<r>''); data.Append(''   <name>William</name>''); data.Append(''   <p>''); data.Append(''    ...
    Posted to Xceed DataGrid for WPF (Forum) by Guille on April 30, 2008
  • Grouping and sorting XML data

    For those of you who wanted to group and sort xml data, here are 2 classes that will allow you to do it:XmlPropertyDescriptor.cs: returns the typed value through its GetValue implementaion, which will allow the items to be sorted and grouped correctly. XmlDataGridItemProperty.cs : creates the XmlPropertyDescriptor in its constructor.How to use the ...
    Posted to Xceed DataGrid for WPF (Forum) by Jenny on February 1, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.