Not sure when this started but I noticed today that using cellsalign: ‘right’ was no longer working for me. I’ve been searching through my own css assuming I stepped on something. I finally got to the point where I created an empty .html file and copied the Cells Styling example demo code. It still does not align the text as it does in the example. Everything is left justified.
Is there something obvious that i missed?
I did verify that I am using all 3.9.1 js.
I used inspect element on one of the cells in question:
<div class=”jqx-grid-cell-right-align” style=”margin-top: 4px;”>29</div>
That also appears to be correct.
Any help would be greatly appreciated.