mterceno Posted November 16, 2016 Posted November 16, 2016 Hi all, I can't modify these properties with CustomCSS. I tried with several examples but it doesn't work ! Only solution for the moment is implement an client event but I don't know the property to set for the Header/Column height: function beforeInit(sender, config) { config.itemHeight = 35; } PS: A CSS code is much appreciate to avoid to define this event for each dbgrid on my app Thank you for your help. Quote
Sherzod Posted November 17, 2016 Posted November 17, 2016 Hi, Try this: http://forums.unigui.com/index.php?/topic/6601-dbgrid-mobile-how-to-set-row-height-and-its-font/&do=findComment&comment=33626 Best regards. Quote
mterceno Posted November 17, 2016 Author Posted November 17, 2016 Hello, Thank you for your answer. The CSS code works fine only for the column height. It remains a problème with this HTML tag : <div class="x-container x-grid-header-container x-dock-item x-docked-top x-sized" id="ext-headercontainer-1" style="height: 65px !important;"> I tried to add this css code but it doesn't work . .x-container .x-grid-header-container .x-dock-item . x-docked-top .x-sized{ height: 30px !important; } Do you have any idea to modify the height for these classes (.x-container .x-grid-header-container)? Best regards, Quote
msegura Posted September 17, 2017 Posted September 17, 2017 Hello, I have the same problem. Any idea? Thank you. Quote
Sherzod Posted September 17, 2017 Posted September 17, 2017 Hi, Which edition are you using and can you make a simple testcase if possible? Best regards, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.