Showing posts with label datagrid. Show all posts
Showing posts with label datagrid. Show all posts

Tuesday, February 23, 2010

Why the Flex AdvancedDataGrid sucks?!!

Well i was wondering from a while about why flex is not as programmer friendly as possible.
I am getting links that support my opionion. Here is one more:

AdvancedDataGrid ~ removing the sorting icons from the column header

Just add sortItemRenderer="{null}" in your AdvanceDataGrid tag and
will get rid of sorting icon(like a verticle line) in your
AdvanceDataGrid header.

Thursday, January 28, 2010

DataGrid with client-side filtering and searching

MDataGrid can be used just like standard DataGrid: you define a dataProvider and columns either in MXML or in ActionScript. If you want a column to allow filtering replace DataGridColumn with MDataGridColumn which by default has a text wildcard filtering enabled. If you prefer to filter column in a different way change filterEditor property of the column to point to some filter editor from com.iwobanas.controls.dataGridClasses.filterEditors package. You can find more information in the ASDoc in the source code.

source: http://www.iwobanas.com/2009/06/datagrid-with-client-side-filtering-and-searching/

Freelance