Friday, June 4, 2010

Flexicious - Flex DataGrid/Advanced DataGrid controls

We just added samples from Flexicious to the "Other Components" section of Tour de Flex. If your application requires a datagrid, this is a must-see.


The Flexicious Flex DataGrid/Advanced DataGrid controls are extensions of the mx.controls.DataGrid and mx.controls.AdvancedDataGrid, with UI to provide filter, paging, sorting, Select All Checkbox, and footer operations. It provides support for SERVER and CLIENT based data manipulation. With client data manipulation, all operations (filter,page,sort) are performed by the grid internally, without a SINGLE line of code. For server manipulation, the grid fires an event with all the necessary information to fetch data from the server. It also supports Flex DataGrid Print, Excel Export and a host of other features!

The Flexicious Flex DataGrid/Advanced DataGrid controls were designed with Line of Business applications in mind, so most features you would expect for enterprise application development are built into it. Compatible with any flex framework (Mate/PureMvc/Cairngorm) as well as any backend techonology! Integration examples with popular backends, including Java/Spring/Hibernate as well as .NET/Entity Framework/IIS/SQL Server are included!