TreeGrid documentation index

 

User help

Mouse functions

Control keys

Copy & Paste

Toolbar

Configuration

Filter row

Other

Colors

 

Using TreeGrid on HTML page

Tag <treegrid>

                        <treegrid> attributes

                        <treegrid> data sources

                        <treegrid> data source attributes

                        Examples

                        Recognized input data formats and methods

                                    Static XML file

                                    XML SOAP envelope

                                    XML file

                        Possible output formats and methods

                                    Methods of data uploading

                                               Form – A standard submit as HTML form

                                               Soap – SOAP envelope

                                    Formats of data uploading

                                               DTD – DTD compatible format

                                               Internal – Shorter and faster format

            TreeGrid files

 

TreeGrid layout

            TreeGrid sections

            Vertical direction

            Horizontal direction

            Other

 

XML data format description

            Basics

            Formats

                        DTD format

                        Internal format

                        Short format

                        Extra short format

            Names and IDs

            Defaults

            XML structure – download

            XML structure – upload

            XML structure – request

            Communication with server

                        Download of structure

                        Download of data

                                   Paging

                                   Child paging

                        Upload of changed data

 

XML data format reference

            Attributes of XML tags

                        <IO>

                        <Img>

                        <Cfg>

                        <D>

                        <Panel>

                        <C>

                        <Header>

                        <B>

                        <I>

                        Cells

                        <Pager>

                        <Toolbar>

                        <Menucfg>

                        <P>

 

Cell formats

            Basic

            Formatting text

            Formatting numbers

            Formatting date and time

 

Cell formulas

                        Input values

                        Calculation order

                        Tree

                        Operators

                        Keywords

                        Data types

                        Constants

                        White space

                        Function calls

            Mathematical functions

            Aggregate functions

            Custom functions

 

API reference (documentation available only when TreeGrid is purchased)

            TreeGrid data structure

            Global properties

            Global functions

                        Format

                        Functions

            Events

                        Style events

                        State events

                        Filter and sort events

                        Click and key events

                        Data events

                        Control panel events

            Class TGrid

                        Design / runtime properties

                        Runtime only properties

                        Column methods

                        Row methods

                        Html methods

                        Message methods

                        Value methods

                        Data methods

                        Paging and render methods

                        Other methods

            Class TToolbar

 

Changing styles and images

            Style sheet

                        Sections

                        Cells

                        Cell contents

                        Toolbar

                        Filters

                        Date picker

                        Pager

                        Other

            Images

                        Grid.gif

                        Toolbar.gif

                        DragOne.cur, DragMore.cur

 

TreeGrid server component

            Using TreeGrid server

                        ASP.NET C#

                        ASP.NET Visual Basic

                        PHP

                        JSP Java

            TreeGrid server concepts

                        Basics

                        Creating instance

                        Updating instance

                        Processing client's request

                                   GetBody

                                   GetPage

                                   Update

                        Saving data back

                                   Temporary saving

            Function reference

            Calculations

                        Operators

                        Constants

                        Identifiers

                        Functions

                        Examples