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
90
Adding "..." in the cell value if length is more than cell width.
posted

I am using below code. But ... applied to Column header instead of apply to cell content of column. I want to apply it Text.

<igDP:XamDataGrid.FieldSettings>
            <igDP:FieldSettings AllowResize="True"
                                                AllowEdit="False"
                                                CellClickAction="SelectRecord"                                               
                                                ExpandableFieldRecordHeaderDisplayMode="NeverDisplayHeader"
                                                ExpandableFieldRecordExpansionMode="ShowExpansionIndicatorIfSiblingsExist"
                                                LabelClickAction="SortByMultipleFields"  LabelTextAlignment="Center"                                                        LabelTextTrimming="CharacterEllipsis"
                                                LabelTextWrapping="NoWrap"
                                                />
        </igDP:XamDataGrid.FieldSettings> 

Can anyone will guide on this?

Parents Reply Children
No Data