Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
UnboundField Date with Mask not able to GROUP it
posted

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

Parents
  • 69686
    posted

    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.

    XamDataGrid_FieldLayouts.zip
Reply Children