Hi, there seems to be an extra empty column on my ListGrid that I can't figure out how to get rid of. It shows the sort direction and clicking it sorts the current sort column, but I don't need it to show at all, it's just getting in the way of my other columns and cutting the last one off.
I attached a screenshot showing it (See the last column 'Price Sold' is cutoff by this fixed last column). I have set:
listGrid.setShowHeaderContextMenu(false);
listGrid.setShowHeaderMenuButton(false);
but can't find anything else to get rid of it. I am using SmartGWT 3.1. Thanks.
I attached a screenshot showing it (See the last column 'Price Sold' is cutoff by this fixed last column). I have set:
listGrid.setShowHeaderContextMenu(false);
listGrid.setShowHeaderMenuButton(false);
but can't find anything else to get rid of it. I am using SmartGWT 3.1. Thanks.
Comment