Jump to content

Search the Community

Showing results for tags 'Row height'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hello; I would like to change the HEIGHT of the unimDBGrid in both the header and the data rtows. I've seen several posts here that are older and looked like they may have promise to work, but I couldn't get any of them to work. Here's a snippet that I thought might work, but didn't. Hi Hank. One of the solutions, try: UniDBGrid1 -> ClientEvents -> ExtEvents ... add the afterrender function function afterrender(sender, eOpts) { sender.getEl().select('.x-progress-text').each(function (el) {el.setStyle("font-size", "14px")}) } Sincerely. The post indicated to add a "afterrenderter" function. I couldn't find the "afterrender" in the list, when I opened unimDBGrid1 -> ClientEvents -> ExtEvents in the properties window. Is there a way to do this? In particular, I am interested in doing this for the MOBILE DBGrid. I'm probably misunderstanding something. The reason I want smaller text is so that I can have more rows displayed on the phone. As a side-note, I don't even care if the font is smaller as long as I can get the row height smaller. The text actually is small enough. There's just way too much empy space above and below the text, within each row. Thanks in advance Davie
×
×
  • Create New...