Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » XamDataGrid » ObservableCollection xamDataGrid (RSS)
  • Re: How do you manually bind to ObservableCollection of ObservableCollection ?

    Just to let you know that I also managed to make the Xceed grid works in the same context : <xcdg:DataGridControl Name="xtraGrid" ItemsSource="{Binding Source={StaticResource xtraGridView}}" AutoCreateColumns="False" > <xcdg:DataGridControl.Columns> <xcdg...
    Posted to Forum by boutblock on 10-09-2008
  • Bug & Enhancement WPF 2008 v1

    I have downloaded the WPF 2008 v1 and wonder why somethings were not addressed: 1. More than one group by, this is still a bug. 2. Why not add column filtering? This is one of the very basic features in a Windows Grid. (Telerik has it in there controls.)
    Posted to Forum by wadebeasley on 07-06-2008
  • XamDataGrid Data Source Rebinding

    Hi All, I am using a xamDataGrid and displaying an observable collection inside it. But if I say m_xamDataGrid.ClearValue(XamDataGrid.DataSourceProperty), it only clears out the rows. Column names remain as it is. I also want clear out column names. Can someone let me know how I can do it? Basically...
    Posted to Forum by gr8summit on 06-20-2008
  • Adding columns at runtime and auto refreshing xamDataGrid

    Hi, I am using xamDataGrid and binding it to an observable collection. I want to have the functionality where I can add columns at runtime, after initial binding is done. I have also implemented it through adding a property descriptor to the property descriptor collection. But the problem I am facing...
    Posted to Forum by gr8summit on 06-13-2008
  • Need help displaying hierarchical data from xmldocument

    Can someone please steer me in the right direction with this? I want the follwing xml to display hierarchically in a xamDataGrid. As you can see, the structure record itself can be a child of another structure record. Please help! <perform_select_product_structure_result? <product_structure>...
    Posted to Forum by rodyager on 03-14-2008
  • changing in ObservableCollection kills xamDataGrid sometimes

    Hi! I bind xamDataGrid to an ObservableCollection. When I change the collection (with mixed adding and deleting operations), the grid sometimes tries to index the collection out of range, throwing an IndexOutOfRange exception (on the main thread). firestrm
    Posted to Forum by firestrm on 03-04-2008
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems