DataGrid Demo                     Home | White Papers | Message Board | Web Log | Products & Pricing | Purchase | News | Contact us


Field Chooser



Page Size for Paging:


Current Page: 1


Web Connection 5.0
Demo Home | Reset Page

Company NameGuest NamePhone NumberEntered On
3S SYSTEM SOFTWARE SUPPORT Thomas Jakober  04/22/04 12:00am (PST)
CONFIDENTIAL Robert Marquardt  04/23/04 12:00am (PST)
DEVENTURE Merrill McSpadden  04/29/04 12:00am (PST)
FRANCESC REYES INFORMATICA Francesc RAY  04/27/04 12:00am (PST)
INFORMATION MANAGEMENT GROUP Dan Freeman  04/15/04 12:00am (PST)
OSBORNE CONSULTING, LLC Douglas Osborne  04/30/04 12:00am (PST)
SYSTEMCONSULTING Dr. Michael Holger  04/26/04 12:00am (PST)
TEST COMPANY Maurice Rasmussen  04/21/04 12:00am (PST)
WEST WIND TECHNOLOGIES Rick Strahl  12/01/66 12:00am (PST)
WIND2 SOFTWARE, INC. Mark A. Nadig  04/24/04 12:00am (PST)
Pages: 1 2 3 4 5 6 7

This display consists of manually added columns with some custom attributes. Note the custom column color, and and the format expressions for the first (@!) and the last Field (=this.Page.FormatTime) which is an expression. Fields are bound as expressions anyway, so you can specifically use a UDF or Fox Function to format any displayed field value.

The sorting here is set by making the two columns sortable and providing an optional SortExpression in the Name column (notice that it orders properly case sensitivity.




This simple page shows the basic behavior of the Web Data Grid. The grid allows displaying of data from a Fox Cursors which is bound via the DataSource property. Columns are configurable with many options including Binding Expression, Format String (or Expression), Colors, Attributes and more.
 

Note that the grid remembers its page position without any code on your part, as long as you post back to the same page. You may see some odd behavior of the pager if you switch page sizes in this demo.