[eluser]paulopmx[/eluser]
[quote author="hotmeteor" date="1207011673"]Yep, very awesome. I've emailed you already with a question but haven't heard back. I have 2 now...
1. Is it possible to force selecting only one record at a time?
2. Is it possible to pass more POST variables to the function, so that I could use this for search results?
Maybe you're working on this stuff, not sure. But it's fantastic so far anyway!
Thanks.[/quote]
1. Right now. Nope.
2. Yes. There is an onSubmit API where you can add a Javascript that you can use to add a data using jQuery's .serializeArray method. you can even return false to the API if you want to verify your user's entered data, and prevent flexigrid from submitting to the server.