Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    MiniDateRangeItem grid filterEditor appearance problem

    SmartClient Version: SNAPSHOT_v11.1d_2017-03-06/Enterprise Development Only (built 2017-03-06)
    and
    SmartClient Version: SNAPSHOT_v11.1d_2017-03-07/AllModules Development Only (built 2017-03-07)

    Chrome, Safari on OSX

    Hello, please modify the #filter sample like this:

    Code:
    isc.ListGrid.create({
        ID: "countryList",
        width:500, height:300, alternateRecordStyles:true,
        dataSource: worldDS,
        fields:[
            {name:"countryCode", title:"Code", width:50},
            {name:"countryName", title:"Country"},
            {name:"capital", title:"Capital"},
            {name:"independence", title:"Continent"}
        ],
        autoFetchData: true,
        showFilterEditor: true
    })
    you'll see that the filterEditor field for the 'independence' column is strange, see attachment.

    Click image for larger version

Name:	429713890_1779443068138442115.jpg
Views:	81
Size:	40.2 KB
ID:	243215

    #2
    I see that it's fixed in build SmartClient Version: SNAPSHOT_v11.1d_2017-03-09/Enterprise Development Only (built 2017-03-09), thank you very much.

    Comment

    Working...
    X