firstly these AJAX activewidets are the best
after a week of playing around of wanting to get data to php without using the scripting objects I ended up using cookie's. in which i load my load from the grid to the cookie and submit my form and echo back the cookie data in php
In javascript the following reads the grid and create a cookie
function savegrid()
{
var data="";