You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using easyui in my project.
I have a problem that datagrid can not fill the height of it's container.
When I use fit=true, it brings to a too height grid. Because I have some other
custom elements in the container like toolbar,searchbar,statubar etc.
So I need to resize the grid by the height I compute when it renders.
I overrided the $.fn.datagrids.defaults.view's onAfterRender, but it was called
every times when the grid rendered or refreshed.
Is there any way to insert my code in somewhere and it can can be called only
once where the grid will be created or rendered.
Thank you!
Original issue reported on code.google.com by [email protected] on 16 Sep 2013 at 2:20
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Sep 2013 at 2:20The text was updated successfully, but these errors were encountered: