jQuery UI Widgets › Forums › General Discussions › Plugins › AngularJS › angular how to create jqxgrid in the documentPanelof docking layout
This topic contains 4 replies, has 2 voices, and was last updated by shinhwap 9 years, 5 months ago.
-
Author
-
I’m using the DEMO of angularjs docking layout
And I want to create a jqxgrid in the documentPanel
And I follow the issue
https://www.jqwidgets.com/community/topic/jqxangular-directives-inside-jqxlayout/But have the error http://imgur.com/NWYo9n4
Can you give an example to implement it?
Hello shinhwap,
A working example has been given in the aforementioned forum topic. Here is a direct link to it: http://jsfiddle.net/Dimitar_jQWidgets/1ah9ph8g/. If you wish, you can share a JSFiddle/jsEditor example that demonstrates the issue you experience and we will review it.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/OK, it works.
When the grid-docking-layout is floated, it is resizable to change the windows.
But it only change the floated windows but not the jqxgrid’s boundary.
Now how to dynamically change the jqxgrid’s boundary follow by the grid-docking-layout resize event?
Hello shinhwap,
Please set the width and height of your grid to percentage values (e.g. ‘100%’), as in the following example: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/autosize.htm?light. A similar situation is presented in the demo Dashboard, but with jqxDataTable instead.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Thank you for your prompt reply.
It helps me a lot
-
AuthorPosts
You must be logged in to reply to this topic.