How do I put two SlickGrid grids on one page? Just having one slickgrid (jquery control) requires a lot of particular commands and the use of a nameless function (it seems). So what if I want two controls or more on one page?
there is something about the jquery function declaration:
$(function () {
that seems to prevent this from workinging. It is not really a function declaration. So there cannot be a $(function2 () { for the second grid.
By just duplicating the content for a second grid in the example code, I get somethnig that is umproductive. Can you see where I go wrong?
enter code here
Well, that did not work. I will have to ftp the code and post a link to it on a web site.