Scroll Units - Units from DB

Hi.
I have a little problem.
I try to implement scroll_units in my scheduler, and i see the example in scheduler pack but don’t work.
my units are from serverList.

lightbox section
{name:"users", height:21, map_to:"users", type:"select",
options:scheduler.serverList("users")}

CODE: 

var sections = scheduler.serverList("users");
scheduler.createUnitsView({
			name:"unit",
			property:"users",
			list:sections,
            size:10,
            step:5
		});

I have an error:

Message: ‘list[…].css’ is null or isn’t a object
/ext/dhtmlxscheduler_units.js

Can you help me?

Thank You

Sondra

Check
forum.dhtmlx.com/viewtopic.p … 8&start=10

Work fine.
Thank you.
was dhtmxlscheduler_units.js

Sondra