Re: [Jprogramming] JHS with JavaScript Grid

2012-12-04 Thread John Baker
I figured out how to extract the row data. The open source version of the grid I am using forces you to traverse all the grid cells to collect changes. Even with this restriction grids with up to a thousand rows are still very responsive. I'll post the key routine tonight. I've read about jQu

Re: [Jprogramming] JHS with JavaScript Grid

2012-12-04 Thread Raul Miller
In your blog post, you pose the question of how to get at the data from the grid. A crude but simple mechanism in javascript would be: document.getElementById('gridbox').innerText But this has limitations (a lack of delimiters and escapes). I could walk you through traversing the data structure