I am using a ListGrid. I set the showFilterEditor option to true. The filters work fine as far as functionality. They look fine in Chrome and Firefox as well (gridInChrome.JPG). When I load the application in IE 8, the Date field renders wrong (gridInInternetExplorer.JPG).
I also attached the ListGrid settings. (JudListGrid.java) I also attached the datasource (StatusScreenDataSource.java). And the code for one of the date fields. (fieldCode.java).
Is there anyway to fix the rendering of this in IE?
I am using the latest ga of SmartGWT 2.2.
I also attached the ListGrid settings. (JudListGrid.java) I also attached the datasource (StatusScreenDataSource.java). And the code for one of the date fields. (fieldCode.java).
Is there anyway to fix the rendering of this in IE?
I am using the latest ga of SmartGWT 2.2.
Comment