Page 1 of 1

DataGrid properties and their syntax

Posted: Sun Jan 24, 2010 10:44 pm
by GoneToSail
After having gone through most of the Revolution User Guide and the excellent document named "Revolution Data Grid", I'm still confused about where to find the complete list and the exact syntax for all DataGrid properties which can be set by script. For example, I assume that that the "sortbycolumn" can be "ascending" or "descending" but I couldn't find how to specify this choice.

Re: DataGrid properties and their syntax

Posted: Mon Jan 25, 2010 1:14 am
by sturgis
You can find examples and the list of properties at http://revolution.screenstepslive.com/s ... Properties

For your example question it would be like this.

Code: Select all

dgColumnSortDirection [COLUMN] of group "Data Grid" to "ascending"

Re: DataGrid properties and their syntax

Posted: Mon Jan 25, 2010 9:55 am
by GoneToSail
Quick reply... which I hope will be useful to many others.
Many thanks !
François