hi. just wanna info you guys
i found a solution after reading this thread:
http://sigmawidgets.com/forum/ajax-data-grid-view/create-and-render-grid-in-an-onclickcell-function-of-another-gridit is very simple actually but give me headache just to find out..
it is: mygrid.render();
so my complete code to load the grid on button click would be:
ps. this is just my suggestion, i think the live demo code should not use Sigma.Util.onLoad(Sigma.Grid.render(mygrid));, it confuse newbie javascript developer (like me... hahaha...) , rather call the grid's render method directly, mygrid.render();
anyway, your grid is the best on the net!
thank you.