Jump to content

Setting the height of UnimDBGrid rows


likemike

Recommended Posts

Hello!

In analogy to this post from Sherzod  

On 8/8/2016 at 6:23 PM, Sherzod said:

Hi,

 

Then try this:

 

1. UniServerModule->CustomCSS...



.my-stringgrid .x-grid-cell {
    height: 90px;
}

2. UniStringGrid1->ClientEvents->UniEvents-> beforeInit fn:



function beforeInit(sender, config)
{
    config.cls = "my-stringgrid";
}

Best regards.

I tried it with UnimDBGrid. But is has no effect.

What do I wrong?

Regards

Mike

Link to comment
Share on other sites

×
×
  • Create New...