Hi,
I´m experiencing a strange background color in the above build with IE9. Please see the screenshot.
Regards Thomas
I´m experiencing a strange background color in the above build with IE9. Please see the screenshot.
Regards Thomas
isc.ListGrid.create({ ID: "countryList", width:900, height:224, alternateRecordStyles:true, data: countryData, fields:[ {name:"countryCode", width: 50, title:"Flag", type:"image", imageURLPrefix:"flags/16/", imageURLSuffix:".png"}, {name:"countryName", width: 50, title:"Country"}, {name:"capital", width: 50,title:"Capital", showIf:"false"}, {name:"continent", width: 50,title:"Continent"} ], canReorderFields: true }) isc.IButton.create({ left:0, top:240, title:"Show Capitals", click:"countryList.showField('capital')" }) isc.IButton.create({ left:120, top:240, title:"Hide Capitals", click:"countryList.hideField('capital')" })
Comment