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...
Read More
