BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
// Pop up the field list above dash board layout.
dataBound: function (args) {
this.pivotFieldListModule.dialogRenderer.fieldListDialog.target = document.body;
this.pivotFieldListModule.dialogRenderer.fieldListDialog.targetEle = document.body;
document.body.appendChild(this.pivotFieldListModule.dialogRenderer.fieldListDialog.element);
},
|