Thanks, I didn’t know you could use $ like this.
However i can’t seem to get it to work. I located the css-rule that applies the border and it’s this one:
/*applied to the Grid's element.*/
.jqx-grid
{
overflow: hidden;
border-style: solid;
border-width: 0px;
}
So I tried your examples but instead of jqx-scheduler i tried jqx-grid, sadly to no avail.
I tried logging the element property but it stays undefined. In inspector the css rule is never applied however.