I want to achieve following, can anyone send me xaml or sample project?
Hi,
I have the save problem, I can't remove the indentation between parent and child rows.
The link below just explains how increasing indentation by modifying a margin on the recordSelector, in my case the problem is not the recordSelector but an indentation before the selector.
Have you an idea ?
Thanks
Steph
Can you please send me sample project?
Alex,
Here's my XAML
<Page
>
<Grid>
<Grid.Resources>
<XmlDataProvider
<x:XData>
<Books
<Book
<Title>
XML in Action
</Title>
<Summary>
XML Web Technology
</Summary>
PQR
XYZ
</Book>
Programming Microsoft Windows With C#
C# Programming using the .NET Framework
</Books>
</x:XData>
</XmlDataProvider>
</Grid.Resources>
<igDP:XamDataGrid
="xamDataGrid"
="1"
="True"
="False"
="Gray"
="Recycle"
="{x:Null}"
="{Binding Source={StaticResource BookData},XPath=Book}"
="LoadOnDemand"
="Immediate"
<igDP:XamDataGrid.Resources>
<Style
<Setter
<Setter.Value>
<ControlTemplate
<CheckBox
</CheckBox>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style.Triggers>
<Trigger
/>
</Trigger>
</Style.Triggers>
</igDP:XamDataGrid.Resources>
<igDP:XamDataGrid.FieldLayoutSettings>
<igDP:FieldLayoutSettings
="SizedToContentAndIndividuallySizable"
="LeftOfCellArea"
="Default"
="Extended"
</igDP:XamDataGrid.FieldLayoutSettings>
<igDP:XamDataGrid.FieldSettings>
<igDP:FieldSettings
="true"
="SelectRecord"
output:
Could you please correct the xaml? How to align the #text column with parent. I know there is little problem with XPATH
Regards
Hello,
You can see something like this here:
http://community.infragistics.com/forums/p/23584/87352.aspx#87352
This is achieved by indenting the child records and resizing the first field so that all the rest appear aligned