Title: Datagrid row "height" adjustment Post by: getk on August 12, 2013, 04:42:16 AM Hi, Continuing from my previous thread http://www.jeasyui.com/forum/index.php?topic=2028.0
I was able to change font of the alerts with help of "Stworthy" advice. (from font-size 12px to 10px) But the "Row" height is not adjusted with the reduced font. (I believe autoRowHeight is defaulted to true, but still the height remains the same for font-size 12px) Is there a way to adjust the "Row" height to change as per font-reduction? (or specify row height manually) Title: Re: Datagrid row "height" adjustment Post by: stworthy on August 12, 2013, 05:38:49 AM Try to set 'datagrid-row' style.
Code: <style> Title: Re: Datagrid row "height" adjustment Post by: getk on August 13, 2013, 02:03:38 AM Thanks a lot
|