SmartClient Version: v9.1p_2014-10-20/PowerEdition Deployment (built 2014-10-20)
GWT 3.1
IE-11
I have a ListGrid with:
Is there any way I can turn off the behavior of the ListGrid's headers when I mouse over them? Currently they 'depress' as the mouse moves over the headers. I would like them to simply do nothing?
GWT 3.1
IE-11
I have a ListGrid with:
Code:
selectionType: none canSelectAll: false canResizeFields: false showHeaderMenuButton: false showHeader: true
Comment