Archive

Freelance Projects Tagged ‘datagrid’

Datagrid And Filtering

January 23rd, 2010

We need a datagrid table with filtering designed as per attached mock-up for an inventory application.
It should have a script which generates the value in the ‘out of stock’ column when it reaches 0 level.
Table must be printable and exported as a CSV file to the local PC’s HDD.
Tables are already existing(some adjustment might be necessay)in
a MySQL database.
The script must created in PHP and run on linux server.

timeframe: ASAP

Categories: MySQL, PHP, XHTML

Datagrid

January 14th, 2010

We are students and have bought a script to generate a datagrid for our college project but unfortunately we are not able to make it work properly.
We just need an expert to show us the very basics how to display data from an existing database.
We have got a offer of a domain which we can use for testing.

server: LAMP
timeframe: urgently

Categories: MySQL, PHP

Inventory Script Clone

January 12th, 2010

We need a clone of an free existing inventory script which can be found here http://www.inventory-management.org/ss-product-transactions.asp
with the same strucure but having the inventories displayed in a datagrid by using the software from here: http://www.apphp.com/php-datagrid/examples/sample_2_1_demo.php (script already purchased and will be supplied by us). In addition to the existing script the cloned one needs to be able to search and show products images as per datagrid example.
Webforms must have proper html format(W3C validated) with an external CSS file and must be compatible with all major browsers.

A further development of the completed script is highly envisiaged after completion of the previous cloned script.

Server: LAMP

Categories: CSS, MySQL, PHP, XHTML

Search Database Frontend

January 11th, 2010

I need to search a table in an Access Database from a textbox and display the found items to a DataGridView and save to a different table

e.g search item in Table1 and add item to datagrid, search another item, add item to datagrid, ect, ect. then save datagrid to Table2 ( different table )

Needs to be programmed in Visual Studio 2008 .net
oledb connections
Full Source code given
Must supply working compiled demo for testing

Categories: .NET, Visual Basic

As3 Datagrid Checkbox Multisel

November 30th, 2009

I need some code developed for a flash project I am working on. This needs to be as3 I need to use the flash components datagrid and checkbox . I need a datagrid with two columns one is a a text/string column. the second column is a check box. I need to be able to check multiple items. and have a item selected but not check, have multible items checked. I have some code already written but its not working correct. the code currently only allows you to multiselect using control button but you cant multi select using checkbox. this piece will ultimate display an image and some other data when a item in the grid is selected. when the item is checked it will store that item or items to a list to be used later. this should just use the datargid component and checkbox component and itemreneders should be an easy project for a good as3 person. attached is two as files one is my custom checkbox cellrenderer and the other is the code I use to instantiate the grid and renderer.

Categories: Flash

Xml Datagrid In Scoller

November 23rd, 2009

Hi everybody. I need a datagrid populated with an xml file in a frame of an existing flash movie.

I found a couple of example but I have difficulties to have them work.

The datagrid have to work in an existing scroller I have.

It would be something like that:

http://www.adobe.com/devnet/flash/quickstart/datagrid_pt1/

but installed in my scroller.

Thanks

Categories: Flash

As3 Datagrid Cellrenderer.

July 20th, 2009

Hi I need examples of a a datagrid with multiple combobox’s, images, radio buttons and checkbox’s. I need them to show how to load values into all of components and update the datagrid’s data provider.

I need to be able to retrieve the updated data from the data provider to write back to the server. I can look after the data but I need the cellrender examples. All examples are in AS3

Categories: Flash