Duplicate Grid Line

Asked

Viewed 336 times

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

inserir a descrição da imagem aqui

1 answer

1

There is not a good way to implement this in the Transaction Grid, I think the best way would be to create a Usercontrol for the Grid, Usercontrol Customrender,

However I suggest to do in Webpanel, with variables or SDT without performance problems, if you have problems will not be related to this functionality to duplicate, depending how is your screen, can be revised to improve the performance,

  • 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.

  • 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,

  • Thanks for the tips, I’ll check this Usercontrol.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.