XMLHTTPRequest sending XML BACK to the server
I've been playing around with the grid for about a month now, and it certainly is impressive. There's nothing else like it available. Tonight I started playing with the Active.XML.Table.request() method to get XML data generated by a PHP script on the server side. Everything works great! I'm thankful I don't have to roll my own Ajax scripts.
However I can't seem to find anyway to send XML back to the server, and a long long search of the forums hasn't turned up much. I can't even seem to find a way to get XML back from the grid. If I could do that I would use my own XMLHTTPRequest scripts to send that XML back to my PHP scripts. But even that seems pointless since ActiveWidgets has XMLHTTPRequest functionality already built into it.
So is there a) a way to get complete XML back from the grid without creating for loops to run through each column and row and generating the XML myself, and b) any way to use the already built in XMLHTTPRequest functionality to send the XML back to the server.
- Sean
However I can't seem to find anyway to send XML back to the server, and a long long search of the forums hasn't turned up much. I can't even seem to find a way to get XML back from the grid. If I could do that I would use my own XMLHTTPRequest scripts to send that XML back to my PHP scripts. But even that seems pointless since ActiveWidgets has XMLHTTPRequest functionality already built into it.
So is there a) a way to get complete XML back from the grid without creating for loops to run through each column and row and generating the XML myself, and b) any way to use the already built in XMLHTTPRequest functionality to send the XML back to the server.
- Sean
Sean
February 6,