Grid. Change value of grid cell based on input
I am using the grid and I am wondering if anyone has examples on how I can run other JavaScript functions to sum and calculate other grid cells. I have it working in a regular table using getDocumentById's etc.
My solution is to run the Javascript and then place a span tag inside the data cell with an id. I then change the innerHTML. It is working in IE but not in Firefox. In Firefox I view the source and the innerHTML has changed but it shows blank on the screen. I guess I need to run the refresh method but I am in my functions and the span in no longer a AW span I assuming.
Help.
My solution is to run the Javascript and then place a span tag inside the data cell with an id. I then change the innerHTML. It is working in IE but not in Firefox. In Firefox I view the source and the innerHTML has changed but it shows blank on the screen. I guess I need to run the refresh method but I am in my functions and the span in no longer a AW span I assuming.
Help.
JavaGuy
October 31,