|
Browse by Tags
All Tags » XamDataGrid » ObservableCollection xamDataGrid ( RSS)
-
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...
-
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.)
-
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...
-
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...
-
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>...
-
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
Page 1 of 1 (6 items)
|
|