| Web Links [Tag : Datagrid] |
|
1. Datagrid Extensions
|
Features: Selectively change the background color of any cell. Multi-line editing, with Word Wrapping. This is probably the most sought-after feature of the Flash datagrid, and which is sorely missing from Macromedias Datagrid distribution. Merge headers, change the background color of any given header, and apply HTML formatting to the cell header text, like italic and bold. Format all data in a given column. For example, apply $ and ".00" formatting to price values in a column. When clicked, the "true" value of the cell is displayed. Nearly any format mask can be used. Add powerful stylesheet support via external CSS files. This allows even more flexibility to the cell formatting than can be used with the limited HTML support that comes built-in to the datagrid. The DataGrid Extensions download comes with Flash 6 AND Flash 7 versions. Some features, like CSS support, are only available in the Flash 7 version. Add powerful event handling to any cell. For example, when clicked, the cell data can be passed to an Actionscript function of your choice. An advanced API is included for your reference (for Flash 7 extensions). The Flash 6 version comes with a text file that lists all available functions. Add horizontal scrolling to your datagrid. Convenient MXP installer is provided (for Flash 7 version only), as well as .fla examples. 100% of the Flash source code is included (Actionscript source files). Thus, if you need to do something which isnt built-in to the datagrid extensions, you may be able to add it yourself, provided that you have a strong knowledge of Actionscript. Add HTML to any cell by setting the "htmlDrawing" property.
Hits: 16 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
2. DataGrid Extensions
|
Lets face it, the Macromedia Flash DataGrid component, as provided by Macromedia, is basically useless. No word-wrapping, no horizontal scrolling, no embedding of style sheets, etc. I, for one, have had enough! The TUFaT.com Flash Datagrid builds on the existing Macromedia DataGrid component, but adds a large amount of functionality, which finally makes this component useful to real-life applications. Flash developers now have much more control over the FDataGrid Component than you ever had before. You will now be able to change the font color and style of individual cells, change the background style of individual cells, specify the color of a column EVEN when alternateRowColors is enabled (previously, alternateRowColors overrided column colors), toggle horizontal gridlines, use horizontal scrollbars, wrap text (even text within the headers!), remove that ugly header dividing bar, insert .css style sheet properties, and much more! The FDataGrid Component is made by Macromedia to provide developers with a useful tool for displaying data in a sortable, editable grid. However, as provided by Macromedia, the DataGrid component has many limitations. These Extensions get around some of those limitations, while building on the existing DataGrid component, so that you do not lose any existing functionality. These modifications costs $5, and include 100% of the source code, as well as the examples illustrated in the demo, and an API for the new functions in PDF format. The download does NOT include the DataGrid component itself. It is assumed that you already posses the DataGrid component, available from Macromedia. If you are using Flash 7 (also known as Flash MX 2004), then the Datagrid component comes with the Flash authoring environment. If you are using Flash 6, then the DataGrid component must be purchased from Macromedia with a DevNet kit.
Hits: 7 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
3. JSP-XML DataGrid I
|
This is a simple procedure to show how to use an XML file as datasource to build a datagrid in JSP. This code basically shows how to display and navigate/page-thru and xml data file
Hits: 5 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
4. ASP-XML DataGrid I
|
This is a simple procedure to show how to use an XML file as datasource to build a datagrid in ASP. This code basically shows how to display and navigate/page-thru and xml data file
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
5. How to bind a DataGrid to an array
|
It simply shows how to bind a DataGrid to an array using C# code.
Hits: 5 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
6. PHP DataGrid
|
he phpGrid?is a simple but powerful tool for generating data-bound grid control in PHP environment. Grid-based editing including browse, create, view, update and remove records are the most common behaviors for web developers. The phpGrid is excellent for database-driven web site. Just a few lines of code will create nice and professional looking datagrid. It dramatically decreases product turn-around time for PHP web development.
Hits: 7 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
7. How to Build a Bug Tracking App in ASP.NET using the Datagrid (KB100026)
|
This article walks you through the process of building a thin-client ASP.NET bug tracking application, with a Microsoft Access XP backend. It uses nearly every documented capability of the .NET datagrid web server control to allow you to select, edit, update, or delete any item listed in the datagrid. The Issue Tracker uses advanced features, such as reading values from lookup tables, and then conveniently providing these values to the user in Edit mode as dropdownlists. It also employs the IE Web Controls, including the Tab and MultiPane web controls, which allow you to display considerable user functionality on only one web page, yet without cluttering the user interface with confusing complexity. After working through this tutorial, you will have explored and applied all of the main functionalities of the ASP.NET DataGrid control. Happy Coding!
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
8. 3D Datagrid
|
A 3D client paging Datagrid with draggable pages, including an asp.net HiddenPanel control
Hits: 4 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
9. ActiveWidgets Grid :: cross-browser scrolling datagrid control
|
ActiveWidgets is a modern cross-browser Web GUI toolkit. Provides full set of standard widgets (grid, tree, tabs, menu, etc.) with fast and convenient data-binding interface. Built on JavaScript/XML/DHTML/CSS, integrates easily with PHP/MySQL, ASP.NET and other back-ends.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
10. Flash MX DataGrid Add-ons
|
The FDataGrid Component is made by Macromedia to provide developers with a useful tool for displaying data in a sortable, editable grid. However, as provided by Macromedia, the DataGrid component has many limitations. These Add-ons get around some of those limitations. These modifications costs $5, and include 100% of the source code, as well as the examples illustrated in the demo. Features: 1. Display alternating color rows in a DataGrid, while keeping specific columns all a single color. 2. Change the colors of specific header backgrounds. Currently, one can change the color of the entire header row via the "header" style property, but not of any specific one. This feature gets around that limitation. 3. Modify the cell properties (e.g. background color, text style, font properties, etc.) of any particular cell in the DataGrid. Currently, you can only do it for an entire column, but not for specific cells. 4. Add push buttons and radio buttons to the grid. A customer event handler has been added to trap push button events. 5. Special "Prefix" and "Suffix" formatting can be applied to any cell to give it a particular "format" - e.g. currency or percentage (see example #1 for this) 6. Cells can have formatting "callback" functions associated with them such that when a user clicks on a cell, a callback function defined in the _root level. In example #1 of the demo, the callback function reverses the order of the words in the cell.
Hits: 8 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
|