AJAX Grid image
The Zapatec AJAX Grid Demos
Zapatec Demo Bullet Stock Performance
This is a basic example showing a grid with performance data of the stock of various companies.
Zapatec Demo Bullet Phone Bill
This phone bill example shows more advanced capabilities of the Zapatec AJAX Grid, including paging and limiting the data displayed. It also uses the Zapatec Slider to define range filters.
Zapatec Demo Bullet Phone Bill - Server On Demand - JSON
This phone bill example shows how to extract server side data on demand in JSON format. One page of the phone bill is extracted from the server at a time. This server on demand scenario optimizes data transfer from server to client. Without the server on demand the FULL set of grid data (every page) is extracted from the server. This server on demand should be used if you have a large data set.
Zapatec Demo Bullet Phone Bill - Server On Demand - XML
Same as JSON example except grid data from server is in XML format.
Zapatec Demo Bullet Phone Bill with Hidden Column
This phone bill example demonstrates the ability to hide a column and still search and filter based on the values of the hidden column.
Zapatec Demo Bullet Load Grid from Url
This example uses the Zapatec AJAX Transport to fetch the grid data after the page is displayed. The grid data can be defined as an HTML table, JSON, or XML, making it easy to generate using any server-side technology.
Zapatec Demo Bullet Editable Grid With Auto Cell Saving
Control the auto save environment when you edit the cells of the grid.
Zapatec Demo Bullet JSON with Hidden Columns
This demo shows how to hide one or several columns.
Zapatec Demo Bullet Yahoo! Search
Fetch the data from an external source, in this case a Yahoo! search, and pass the data to the grid.
Zapatec Demo Bullet Yahoo On Demand
This example demonstrates use of dataOnDemand feature together with cross-domain JavaScript calls. It fetches data from a cross-domain source, in this case a Yahoo! search, and passes it to the grid.
Zapatec Demo Bullet Show Data AS IS
Show data in the grid AS IS. You can preserve your original data format and still use the powerful Zapatec grid features. This is useful for migrating legacy tables to the feature-rich Zapatec Grid.
This demo also illustrates exporting a grid into CSV format (or any other format). This feature allows users to import any Zapatec Grid into their own programs, for example into spreadsheets.
Zapatec Demo Bullet Splice
The grid splice method lets you add, modify, and delete grid data. You can specify exactly where you want the grid data changed. Use the splice and flatfile features to tune and export grid data.
Zapatec Demo Bullet Splice XML
Insert, replace and delete rows using spliceXml method
Zapatec Demo Bullet Splice Columns
Insert, replace, delete and rename columns.
Zapatec Demo Bullet Custom Grid
This demo extends the Zapatec Grid object to apply customized rules for parsing data. This is especially useful for converting data to a single metric for sorting.
Zapatec Demo Bullet Query Updates: generic
This example demonstrates how to use a generic grid query method to insert, replace, and delete grid cells.
Zapatec Demo Bullet Query Updates: specific
This example is similar to the previous one, but it demonstrates how to use specific insert, update and delete grid query methods to insert, replace, and delete grid cells.
Zapatec Demo Bullet Charts
Use Flash to place charts in your grid.
Zapatec Demo Bullet Scrolling Grid
A Zapatec Grid can scroll vertically and horizontally. This is similar to the Window Freeze Panes option in many spreadsheet applications.
Zapatec Demo Bullet Scrolling Grid with Sliders
This example shows an alternative grid display method in which the scroll bars are simulated with Zapatec Slider.
Zapatec Demo Bullet Selectable Multiple Rows
This phone bill example demonstrates the ability to select multiple rows in the grid using "Shift" or "Ctrl" click.
Zapatec Demo Bullet Select Multiple Cells
This phone bill example demonstrates the ability to select multiple cells in the grid using "Shift" or "Ctrl" click.
Zapatec Demo Bullet Phone Bill with Pagination Slider
This phone bill example demonstrates a Zapatec Slider to control the pagination of the grid display.
Zapatec Demo Bullet Editable Grid
A user can edit the cells in this grid.
Zapatec Demo Bullet Editable Horizontal Grid
A user can edit the cells in this horizontal grid.
Zapatec Demo Bullet Server Communications - XML
Communications with server using XML.
Zapatec Demo Bullet Server Communications - JSON
Communications with server using JSON.
Zapatec Demo Bullet Countries
This is another example that uses Flash technology to integrate a chart with a grid.
Zapatec Demo Bullet Span
Span the grid column headers. Useful to group columns under a category.
Zapatec Demo Bullet Custom Style Of a Cell/Row/Column
Using CSS rules, you can set your own style for any cell, row or column in the grid.
Zapatec Demo Bullet Drag and Drop Cells
Drag and Drop the contents of a cell value.
Zapatec Demo Bullet Drag and Drop Columns
Drag and Drop a column in the grid.
Zapatec Demo Bullet Scrolling Grid Stretched to Window Width
Grid is stretched automatically to the window width.
Zapatec Demo Bullet Editors
Use any editor to edit the contents of a cell in the grid.
Zapatec Demo Bullet Case Insensitive
Set a column to be case insensitive related to sorting.
Zapatec Demo Bullet Aggregate Columns
Aggregate columns and display totals on the bottom of the grid.
Zapatec Demo Bullet Data Prepared
Demo on how to speed up loading of extremly large grids.
Zapatec Demo Bullet Data Prepared Without Pagination
Demo on how to speed up loading of extremly large grids without pagination.
Zapatec Demo Bullet Two Grids Sharing Controls
Filter several grids with a single control.
Zapatec Demo Bullet Rowspan and Colspan
Rowspans and colspans work the same way as in usual HTML table.
Zapatec Demo Bullet Rowspan and Colspan - JSON
Rowspans and colspans work the same way as in usual HTML table.
Zapatec Demo Bullet Rowspan and Colspan - JSON
Rowspans and colspans work the same way as in usual HTML table.
Zapatec Demo Bullet Dynamic Grid Height/Width Adjustment - WINDOW
Grid will automatically resize relative to the container it is in.
Zapatec Demo Bullet Dynamic Grid Height/Width Adjustment - PANE
Dynamically adjust the width and height of grid based on the pane size. The number of rows per page in the grid is adjusted automatically depending on the pane size. Width of the grid is adjusted automatically to fit into the pane.
Zapatec Demo Bullet Dynamic Show/Hide Columns
You can dynamically show/hide grid columns.
Zapatec Demo Bullet Real-time Update JSON
See real-time updates of stock information in a grid.
Zapatec Demo Bullet Real-time Update XML
See real-time updates of stock information in a grid using XML.
Zapatec Demo Bullet Multiple Row Selection With Checkboxes
Use checkboxes to select multiple rows in the grid and send the results to the server.
Zapatec Demo Bullet Multiple Column Sort
Sort the grid based on sorting criteria. You can sort based on multiple columns. Each column to sort can be ascending or descending.
Zapatec Demo Bullet Grid with Toolbar
The toolbar will allow the user to have custom views on the grid.
Zapatec Demo Bullet Context Menu
The Context Menu allows you to define actions to be performed on a cell in the grid.
Zapatec Demo Bullet Tooltips
Tooltips will show you the full row in a vertical format. Helpful when the content of a cell exceeds the cell width. Just mouseover any row in the grid to see this tooltip.
Zapatec Demo Bullet Multiple Row Selection With Radios
Radio buttons are used to transmit the selected rows to the server.
Zapatec Demo Bullet Multiple Row Selection With Checkboxes - JSON
Multiple Row Selection With Checkboxes in JSON format.
Zapatec Demo Bullet Multiple Row Selection With Radios - JSON
Multiple Row Selection With Radios in JSON format.
Zapatec Demo Bullet Horizontal Grid
Display grid data in horizontal rows intead of vertical columns.
Zapatec Demo Bullet Compare Rows
Compare rows in the grid. Useful to compare products in a shopping cart application.


6zap | Contact Us | Employment

© 2004-2008 Zapatec, Inc.

Call: 1-866-522-7941
Zapatec Grid