jQWidgets Forums
Forum Replies Created
-
Author
-
thanks working now
thanks, that might help
no sir,
i initialized the sub grid (with no data), after I initialized the main grid. when the user clicks the button the sub grid is “updatebounddata”-ed using the id on the main grid.
1. init main grid
2. init sub grid
3. init window, but hidden
4. user clicks button on the main grid
5. get rowdata(id) from the main grid
6. the window is ‘show’-ed
7. get the data from server (json) using the id and ofcourse the datasource and dataadapter are changed dynamically
8. the sub grid is ‘updatebounddata’-ed.for the status bar
I just the followed the example from demo page. I can see the buttons working correctly but I could not find any other widgets example within the grid status bar.http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/statusbar.htm
anyway, how could I correctly use ‘initContent’ for jqxwindow? and I never read about it before.
Thanks a lot for your help.
hi thanks for the quick response, but I am not quite clear about your question,
here is the design flow anyway.
1. the main grid displays with some text and a “Check” button column
2. when I click the Check button from the main grid, it will open a new window ‘jqxwindow”
3. the sub table (shown above) displays on the jqxwindow
4. it seems to render the status bar correctly, but just the datetimeinput is sort of ugly.thanks for the reply,
it turns out that, if the both vertical and horizontal scrollbar appear, then the error, i made it wide enough so that the horizontal bar does not appear, then the error is gone.
Thanks
i see now. but when i check the grid api, there is a parameter option in jqxgrid(‘exportdata’….) to optionally specify the serverside url but when it does not seems to work, the grid is still calling jqx_server. Thanks anyway.
-
AuthorPosts