:: Forum >>

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
Tuesday, June 5, 2007
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)
Thursday, June 7, 2007

This topic is archived.


Back to support forum

Forum search