Hi, I am having a problem when I group the unboundfield of type date is not grouping it and it puts everything as one group. Tried several things and seems not working. I tried adding format and EditType and all those doesn't seem like fixing it. what am I doing wrong here?
<igDP:UnboundField Column="6" Row="0" Name="Date Attached"
BindingPath="GlobalObjectAttachments[0].AttachmentTimestamp"
BindingMode="OneWay">
<igDP:Field.Settings>
<igDP:FieldSettings AllowEdit="False" AutoSizeOptions="Label">
<igDP:FieldSettings.EditorStyle>
<Style TargetType="{x:Type igEditors:XamDateTimeEditor}" >
<Setter Property="Mask" Value="{}{date}"/>
</Style>
</igDP:FieldSettings.EditorStyle>
</igDP:FieldSettings>
</igDP:Field.Settings>
</igDP:UnboundField>
Thanks
Ganesh
Hello Ganesh,
I was not able to reproduce this issue. Can you please give us more information on your scenario. I have attached my sample project, which uses your xaml code to bind to a DateTime value using UnboundField.
Thank you.
Hi Alex, Your sample just works fine, but it does it will make difference with VS2010 with 10.1v? Also I tried sorting that particular unboundfield and it does sorting but when group it, it gives null object reference. Now thats a different issue though and I don't worry about that now. Core issue now is grouping is not working. I have set groupbymode as Date. Here is the screen shot....