Toggle displaying sorted fields to the left of grid.
dbQP Abbr: sclj
Version: All
Namespace:
TornadoVersion: All
Assembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public bool dbSortColLeftJustify { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property dbSortColLeftJustify As Boolean |
Field Value
Mydb.dbSortColLeftJustify = True|False(Def)
Remarks
After sort is performed on a grid, it is often difficult to see which field(s) is sorted and at what order.
This feature is developed to float all the sorted fields to the left of grid. Remember ASP-db sort fields has 3 states - ASC, DESC and None.
When the column is set to 'None', it'll float back to it's original position. This advanced feature is another of ASP-db's one liner application.
Examples
See dbSortFlds for example.