how to do chain selection in datagrid?ArrayCollection with multiple filter functions
ArrayCollection with multiple filter functions i want to do chain selection datagrid which means consider two textinput seaech name and age if i searched a name and get a result if i search a age the result in a datagrid should be respective to the searched name ...how to filter.开发者_StackOverflow..
If the DataGrid is bound to a data source that is an ArrayCollection, add a filterFunction to the ArrayCollection.
See this post
精彩评论