3.2.0

Can I use setCellModel with AW.UI.List?

I am able to load data into a grid from my webserver by using grid.setCellModel(table).

How would I do the same with a List control? list.setCellModel doesn't seem to do it.

Bernie
Bernie
June 5,
With the list control you should use setItemModel method, but you should also modify the datasource object to work with single index instead of column and row.
Alex (ActiveWidgets)
June 7,

This topic is archived.

See also:


Back to support forum