Hi Isomorphic,
please see this sample in 11.1 / 12.0p:
Developer console entry on start:
	Also, on hover of the column header of "Item name", I get this exception (12.0p only!):
	This is most likely the same as this issue.
Best regards
Blama
					please see this sample in 11.1 / 12.0p:
Developer console entry on start:
Code:
	
	15:41:31.015:MUP4:WARN:Log:New Class ID: 'IAutoFitButton' collides with ID of existing Class object '[Class IAutoFitButton]'. Existing object will be replaced. 15:41:31.015:MUP4:WARN:Log:New Class ID: 'HeaderMenuButton' collides with ID of existing Class object '[Class HeaderMenuButton]'. Existing object will be replaced. 15:41:31.017:MUP4:WARN:Log:Detected loading of more than one skin - 'Tahoe' was loaded when 'Tahoe' was already loaded. See the QuickStart Guide for instructions on correctly changing the current skin
Code:
	
	15:42:28.821:MMV6:WARN:Log:TypeError: Cannot read property 'getValidOperators' of null
Stack from error.stack:
    ListGrid.getFieldUIOperatorList(<no args: exited>) on[ListGrid ID:orderItemList] @ ISC_Grids.js:1842:592
    ListGrid.getFilterOperatorMenuItems(<no args: exited>) on[ListGrid ID:orderItemList] @ ISC_Grids.js:2774:311
    ListGrid.getHeaderContextMenuItems(<no args: exited>) on[ListGrid ID:orderItemList] @ ISC_Grids.js:2797:266
    ListGrid.shouldShowHeaderMenuButton(<no args: exited>) on[ListGrid ID:orderItemList] @ ISC_Grids.js:2652:90
    _3.handleMouseOver(<no args: exited>) on [Button ID:isc_Button_4] @ ISC_Grids.js:2553:180
    [c]EventHandler.bubbleEvent(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:2134:89
    [c]EventHandler.handleEvent(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:1856:351
    EventHandler.__handleMouseMove(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:1941:19
    EventHandler._handleMouseMove(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:1925:244
    [c]EventHandler.handleMouseMove(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:1925:11
    [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseMove(), _2=>[object MouseEvent]) on [Class EventHandler] @ ISC_Core.js:2221:108
    HTMLDocument.eval(event=>[object MouseEvent]) @ [no file]:3:123
Best regards
Blama
Comment