Jump to content

Recommended Posts

Posted
How do I make unimdbgrid "titles" invisible?

 

When I leave in options dgTitles = False it takes to make invisible, when the grid is created it gives to see the "titles", only after that they are invisible

 

How to make titles invisible at creation time? I would like to not show the titles at any time

 

Thx

Leandro

Posted

Hi,

 

Need to analyze, but for now can you try to use this ?:

function afterCreate(sender)
{
    sender.getHeaderContainer().hide();
}

Best regards.

Posted

Hi,

 

Need to analyze, but for now can you try to use this ?:

function afterCreate(sender)
{
    sender.getHeaderContainer().hide();
}

Best regards.

 

Thx

×
×
  • Create New...