Hi,

I am new to web2py and am working on application with a SQLFORM grid with 
the search feature along with selectable option. I added extra buttons to 
my grid to set a boolean value for selected records using selectable 
feature, and added another button to set a boolean value for all the 
records in the table. Now, I also want to add a button the set this value 
for only filtered records using the search feature. Is there a way using 
which I can refer to the ids of only those records which are filtered 
through the search widget to perform this manipulation only on those 
records? To explain better, I have the below buttons in place:

1. Set true for all selected records
2. Set true for all records

I also want to add an option to:

3. Set true for filtered records (filtered records refer to the ones 
displayed on performing the search in the grid).

Please let me know if this is possible,

Thanks a ton,

Madhavi

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to