Thanks, works fine.
When using multiple grids with tabs I would like to define each grid in separate .js files and then load each grid in main file...what would be a good way to do this?
Tried using $.getScript("test.js")
...but function is undefined when called in main function...although it exists after load?