Welcome, Guest. Please login or register.
Did you miss your activation email?
05/23/12, 02:22
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  General
| |-+  V2 Components (Flash MX 2004 - Flash 8) (Moderators: vesa kortelainen, Ronald Wernecke, Jorge Solis, ..:: Mazhar Hasan ::.., papachan)
| | |-+  Searching Dataset Results
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Searching Dataset Results  (Read 3345 times)
cristen
Server what's that
*
Posts: 4



View Profile WWW
« on: 05/04/04, 14:25 »

I have a dataset that is populated with results from a query that are then passed to a datagrid.  I need to be able to further narrow the results in the dataset with a search of the results.  Does anyone know how to go about searching the dataset and then repopulate the datagrid?  
Logged
Jorge Solis
Administrator
Systems Administrator
*****
Posts: 14600


View Profile
« Reply #1 on: 05/05/04, 02:20 »

The dataset have the find() method, check help. Then you can re-build the datagrid using myDataGrid.removeAllColumns() and copy the dataset content to the datagrid. Also based on your bindings, the datagrid updates itself or you need to force the update based on the dataset modelChanged event.

Jorge

« Last Edit: 05/05/04, 02:22 by Jorge Solis » Logged

Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!