I’m using the tree grid and have noticed that the “No data to display” is not centered in the grid.
I tracked it down the the .jqx-grid-table class having a style of “table-layout” as “fixed”. This seems to cause the table to ignore the width value for the rows underneath causing the centering of the “No data to display” to be offset. In Chrome, I can temporarily remove the table-layout style or setting it to auto fixes the issue.
I’m also using a grid on the same website and it doesn’t have this issue.
Could I also add to the wishlist in the future that the showemptyrow property (as in the grid) is added to the tree grid.
Regards,
Peter.