[eluser]debow[/eluser]
I'm not getting much help but thought I'd add this. I got this from firebug. Looks like the post of single or multi select's is making it to the update function so something else is happening keeping it from updating more then one row.
[code]
Parametersapplication/x-www-form-urlencoded
postdata 8;John Doe;100m Swim;1;12.40;01:12:40;active||
Source
postdata=8;John Doe;100m Swim;1;12.40;01:12:40;active||
Parametersapplication/x-www-form-urlencoded
postdata 12;Jane Doe;100m Swim;1;55.00;01:55:00;active||8;John Doe;100m Swim;1;12.40;02:12:40;active||
Source
postdata=12;Jane Doe;100m Swim;1;55.00;01:55:00;active||8;John Doe;100m Swim;1;12.40;02:12:40;active||
[/cod]