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
75
Javascript equivalent of CopyFrom
posted

Hello,

 I'm working on an application which requires that, when clicked, clientside code will add a new row to the grid based on the first pre-populated row.

The new row will be a duplicate of the first row.  Setting the data is not difficult but I am having issues with templated columns which seem to be ignored by the addNew method (both grid.Bands[0].addNew() and igtbl_addNew()).

 Ideally, I would like to be able to do what CopyRow does but through javascript. 

If there is no JS equivalent to CopyRow, is there a way to make sure the templated columns are repeated, even if I have to code this manually?

Parents
No Data
Reply Children
No Data