So you want a quick solution for a data grid with inline edit, add, delete, search and sorting? I’ve got just the answer for you. …..Adobe Flex.
Finished Data Grid: Demo
So lets start, The data used for the grid will be pulled from a MySQL database.
If you don’t have one ready, use this to get an idea.
CREATE DATABASE `flex_grid` ; CREATE TABLE `flex_grid`.`grid_data` ( `user_id` INT( 11 ) NOT NULL AUTO_INCREMENT , `user_name` VARCHAR( 22 ) NOT NULL , `user_email` VARCHAR( 60 ) NOT NULL , `user_phone` VARCHAR( 20 ) NOT NULL , `user_mobile` VARCHAR( 20 ) NOT NULL , PRIMARY KEY ( `user_id` ) ) ENGINE = InnoDB; INSERT INTO `flex_grid`.`grid_data` ( `user_id` , `user_name` , `user_email` , `user_phone` , `user_mobile` ) VALUES ( NULL , 'Joe Blow', 'joe@blow.com', '123-456-7890', '321-654-0987' );
Ok, once you get this running or if you have your own lets start.
Open up Adobe Flex if you don’t already have it open…… Got it open? Ok good.
Now navigate to File > New > Flex Project
Next lets set up the project.
Create a project name and choose PHP from the dropdown list.
Hit Next,
Now create a folder where you want the project to be added as well as a URL to the project and click Validate Configuration.
Hit Next, the project will be created. Then simple hit Finish.
You should now have a project with a blank blue canvas.
Navigate to Data > Create Application from Database…
Click “New” to setup a new connection..
Give the connection a name and hit next…
The MySQL Connection info and hit next..
Now just hit Finish.
From here it will create the grid.
Now, navigate to File > Export > Release Build.
Pretty straight forward from here on.
Finished Data Grid: Demo
I hope this helped you with learning a nice feature of Adobe Flex.
Hi,
How to delete the record the data in the datagrid at the same time in database using flex and php
Sir,I am started to learn flex if you guide me it will be very helpful for me.
Thanks and Regards,
venkat.R
I am very much interest learning Flex with PHP.In the above explanation i have very much interest to learn.Please guide me and to learn a good quality flex developer.Please help me.
If you give me the code it is very much useful for me.
Thanks and Regards,
venkatesan.R