DataGrid properties and their syntax
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 49
- Joined: Sun Jan 24, 2010 10:34 pm
DataGrid properties and their syntax
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
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.
For your example question it would be like this.
Code: Select all
dgColumnSortDirection [COLUMN] of group "Data Grid" to "ascending"
-
- Posts: 49
- Joined: Sun Jan 24, 2010 10:34 pm
Re: DataGrid properties and their syntax
Quick reply... which I hope will be useful to many others.
Many thanks !
François
Many thanks !
François