1
I am wanting to implement on the default screen of a 2-level transaction a duplicate record button. The default Grid component already has the button to delete the grid line.
I have already created the entire screen in hand and the grid I made based on an SDT, but the screen performance falls considerably, because I have some formulas and fields referenced, that using the SDT I have to carry everything in hand.
In the attached image is exemplifying what I want. I think I may have to use some Javascript or C routine#.
Gxev2 . Net - Mysql
Good afternoon, I have no knowledge about usercontrol development, but it is what could solve. Regarding SDT, really the problem of performance is not with duplicating, but with automatic loading of some fields, ex: "Product Value", after selecting search the price of the product. " Customer name", after placing the customer ID search name. Thanks in advance for your help.
– DavidFSimas
In fact, if you have a very large screen, it is slow even updating some automatic fields, a solution would be to use Usercontrol AJAX Caller, but if not implemented well, it can generate more problems,
– Rafael Sienna
Thanks for the tips, I’ll check this Usercontrol.
– DavidFSimas