I am using orbeon to process my xforms. I am attempting to create a data grid that I can use to copy and paste rows/columns of data from my clipboard (excel).
Do you have any clue how I can implement this?
I just stumbled on the ajax dhtmlxgrid.
I am attempting to use a dhtmlxgrid as the front end to an xform. My xform will generate an html table and the dxhtmlgrid will present the ajax component.
As anyone successfully used an external javascript library with an xform?