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">
Friday, November 7, 2008
Subscribe to:
Post Comments (Atom)
1 comment:
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
Post a Comment