Jump to content

Change RowHeight in unimdbgrid


TobiS

Recommended Posts

Hello,

I'm using unimdbgrid (mobile version). How can I change the row height. I tried it already in the beforeInit Event like

function beforeInit(sender, config)
{
  config.itemHeight = 30;
}

But this has no effect.

Best wishes

Bernhard

Link to comment
Share on other sites

  • 6 months later...
2 hours ago, fraxzi said:

I am trying to adjust row height of unimdbgrid using latest version.. but the height still the same?

Hi,

Can you try this approach?

function beforeInit(sender, config)
{
    config.itemConfig = {
        height: 50
    };
}

 

Link to comment
Share on other sites

39 minutes ago, Sherzod said:

Hi,

Can you try this approach?


function beforeInit(sender, config)
{
    config.itemConfig = {
        height: 50
    };
}

 

image.png.72969ca315e366ced8bce55a82648538.png

Hi Sherzod,

I got this on Andriod emulator (NOX) and in desktop with "/m" under Chrome

Thanks,

Frances 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...