3.2.0

combo in only one cell in grid

I would like to know, how can i put a combo in just one grid cell, the examples is the forum report to a combo in all a column.

Thanks in advance
Nuno Silva
January 25,
Use both column and row indices -

var combo = new AW.Templates.Combo;
obj.setCellTemplate(combo, col, row);
Alex (ActiveWidgets)
January 25,
Perfect !!! :-)

Nuno Silva
January 26,

This topic is archived.

See also:


Back to support forum