Jump to content

Recommended Posts

Posted
3 hours ago, GoldLine said:

is it possible to hide screenmask of TUnimDBGrid?

Hello,

Try this config:

function beforeInit(sender, config)
{
    config.loadingText="";
}

 

  • 1 year later...
×
×
  • Create New...