ASP.NET MVC Controls
SortByDisplayValues Property

Gets or sets a value that determines whether to use mapped (display) or raw values when sorting the data. The default value is false.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property SortByDisplayValues As Boolean
[DefaultValue()]
public bool SortByDisplayValues {get; set;}
Remarks
The default is false. Setting to true makes the column be sortted with the mapped display values. If the grid is in remote bind mode, need passing the dataMapItemsSourceGetter argument on calling the CollectionViewHelper.Read() method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataMap Class
DataMap Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback