Duplicate Grid Line

1

I want to implement on the default screen of a 2-level transaction a duplicate record button. The Grid component by default already has the button to delete the grid line.

I have already created the whole screen in my hand and the grid I made based on an SDT, but the performance of the screen drops considerably, because I have some formulas and fields referenced, that using the SDT I have to carry everything in hand.

The attached image is illustrating what I'm looking for. I think I might have to use some JavaScript or C # routine.

GxEv2 .Net - MySql

    
asked by anonymous 17.09.2014 / 17:42

1 answer

1

There is no way to implement this in the Grid of the transaction, in a transaction, I think the best way would be to create a UserControl for the Grid, UserControl CustomRender ,

But I suggest doing in WebPanel, with variables or SDT without performance problems, if you have problems it will not be related to this duplicate functionality, depending on how your screen is, can be revised to improve performance,     

17.09.2014 / 18:59