When adding higlites to my ListGrid i get the following error:
Without them - it works without any problems.
The definition is done without any Criterias (to be shure the issue is not there) !
Can someone point me to the problem ??
thanks
Code:
/ISC_Core.js lineNumber: 3512 stack: isc_Canvas_applyHilites()@http://127.0.0.1:8888/cmtclient/sc/modules/ISC_Core.js:3512 isc_Canvas__setupHilites([object Array])@http://127.0.0.1:8888/cmtclient/sc/modules/ISC_Core.js:3511 isc_Canvas_setHilites([object Array])@http://127.0.0.1:8888/cmtclient/sc/modules/ISC_Core.js:3507
The definition is done without any Criterias (to be shure the issue is not there) !
Code:
Hilite[] hilites = new Hilite[] {
new Hilite() {
{
setTextColor("#FFFFFF");
setBackgroundColor("#639966");
setCssText("color:#3333FF;background-color:#CDEB8B;");
setId("0");
}
} };
thanks
Comment