Friday, November 7, 2008

Multi Column Filtering with mx:AdvancedDatagrid

The following sample adds Multi Column Filter capabilities to AdvancedDatagrid. It uses TextInput and Combo Box to filter the datagrid column.Click here to download the source code





WIDTH="1000"
HEIGHT="800"
CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">




WIDTH="1000"
HEIGHT="800"
PLAY="true"
LOOP="true"
QUALITY="high"
scale="noborder"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">

1 comment:

Varun said...

Hi,

Filtering is not working for me as expected. I am very new to Flex so please bear with me if I say something wrong. My dataprovider will be initialized later as I am getting data from server. Second difference is that I will have empty string as column value. I see that when I try to select the empty string in the filter combobox, "--All--"" is getting selected always. Could you please provide some inputs on this.

Thanks,
Varun