|
Browse by Tags
All Tags » XamDataGrid » Hierarchical Grid ( RSS)
-
Hi, I'm trying to style XamDataGrid to show only column headers in the very top and no headers for the expanded children. The view will be like TreeListView then ( http://blogs.msdn.com/atc_avalon_team/archive/2006/03/01/541206.aspx ). I havent managed to do this yet. Thanks for your help. Stefanie
-
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.)
-
DataRecord dataRecord = (DataRecord)dataGrid.Records[0]; dataRecord.IsExpanded = IsExpanded; I set the IsExpanded property in the data record when I load a setup file. It used to work but now it just shows it is expanded with no children. I have to unexpand and then reexpand to show the children. Am...
-
Hello, I'm trying to achieve something like this: <FieldLayout> ... <Field Name="Id" Column="0" RowSpan="3" /> <UnboundField Name="Size0" Colum="1" Row="0" /> <UnboundField Name="Size1" Colum="1"...
-
Hello, I have a table with an AccountID column and a ParentID column. There is a data relation, Children, that relates the columns. Below is the xaml I have written to try and get it to work, but when I add the <igDP:Field Name="Children" /> field, only the second FieldLayout is displayed...
-
Hi, I'm trying simple example on xamDataGrid from your documentation and can't get child data in grid. I'm using VS 2008, NetAdvantage for WPF 2007. I've created simple Typed DataSet from AdvandureWorks database with two tables: Contact and Individual. I've created simple class that...
-
Could this be done? We've been trying to format the grid this way for days now. We have a hierarchical object binded to the grid. We tried using a lot of stuff including customizing the ExpandableFieldRecordStyle. Maybe we are just missing something.
Page 1 of 1 (7 items)
|
|