Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Copy row to a new row
posted

Hi,

I want to copy a row into a new row when the user click a button placed on each row in a "copy button column" of a WebHierarchicalDataGrid. The grid has a depth of 2 bands, and I want to be able to copy any of the child band into a new row at the bottom of the band. How can I do that?

I've looked many workaround and now I'm using clipboard to copy/paste the row, but I am unable because I cannot select the last row of the band (how may I do that?) and I have to set the unique ID of the added line (I don't know how, I know I have to remember the unique ID).

Thanks!

Parents Reply Children