AutoPlay Media Studio 9

Grid.SetHeaderSort

Grid.SetHeaderSort

This is the first topic This is the last topic  

Grid.SetHeaderSort

This is the first topic This is the last topic  

OverviewExamples

Grid.SetHeaderSort (

string ObjectName,

boolean SortOnClick )

Example 1

-- Determine if Header sort is enabled

bSort = Grid.GetHeaderSort("Grid1");

-- Set the header sort to the opposite value

Grid.SetHeaderSort("Grid1", not bSort);

Toggles the Header sort option

Example 2

-- Enable header sort

Grid.SetHeaderSort("Grid1", true);

-- Enable listmode

Grid.SetListMode("Grid1", true);

Turn on 'Header Sort' and 'List Mode'

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us