Hi,Can someone please show me how to hide dropdownlist borders when printing.I've tried these two ways :this.resolveNode("ui.#choiceList").border.edge.color.value = '255,255,255';this.resolveNode("ui.#choiceList").border.corner.color.value = '255,255,255';I've also triedthis.border.presence = "hidde...