EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: debarcar on January 04, 2016, 01:51:40 AM



Title: How to change inner datagrid height when outer window is maximized?
Post by: debarcar on January 04, 2016, 01:51:40 AM
Hi All,

I put a datagrid inside of a window. When the window is maximized, I hope the datagrid can also change its height. Any code or suggestion will be appreciated.

Regards!



Title: Re: How to change inner datagrid height when outer window is maximized?
Post by: jarry on January 04, 2016, 04:35:53 AM
Please set the fit property to true for the datagrid.


Title: Re: How to change inner datagrid height when outer window is maximized?
Post by: debarcar on January 04, 2016, 06:37:25 AM
It works! Thanks a lot!