Hi,
When I change some values of dataset DBGrid not show updated value, but this value is show correctly in a UniDBEdit.
You can test simple case, changing column Qty to another value. You will see UniDBEdit with correct value but not show in grid.
Regards
d.zip
Hi,
I would like that trigger event button shows a mask.
Actually I use the following code that works. But I would like if exists a config for enable it without listeners or a delphi property
function afterrender(sender, eOpts)
{
sender.getTriggers().t1.el.addListener("click", function(event) {
sender.showMask("Loading...");
});
}
Regards
Hi,
I am migrating all forms from Serveralignment to Client Side Alignment.
All works but I have a problem with screenmask, only applies to a one control of form, in server align mode screenmaks lock complete screen.
any idea ?
Thank you