Hi Isomorphic,
are Hilites on pickLists set like this supported (in 6.1)?
Because for me this does not work - if this should work, I'll create a testcase for it.
Best regards
Blama
are Hilites on pickLists set like this supported (in 6.1)?
Code:
ListGrid plProps = new ListGrid() { { setDataFetchMode(FetchMode.BASIC); setHilites(new Hilite[] { new DisabledCategoryHilite() }); } }; setPickListProperties(plProps);
Best regards
Blama
Comment