GoldLine Posted October 8, 2020 Posted October 8, 2020 Hello, is it possible to hide screenmask of TUnimDBGrid? unimDBGrid1.ScreenMask.Enabled:= false; Thanks
Sherzod Posted October 8, 2020 Posted October 8, 2020 3 hours ago, GoldLine said: is it possible to hide screenmask of TUnimDBGrid? Hello, Try this config: function beforeInit(sender, config) { config.loadingText=""; }
likemike Posted December 2, 2021 Posted December 2, 2021 Hello! I'm wondering, why in my version (1551) there is no screenmask property in UnimmDBGrid. Is it a bug?
Recommended Posts