3.2.0

Can a cell contain more than one component?

Hi,

I'm trying to build a grid (v2 beta 3) and need to have cells that contain a bunch of text fields, combo boxes etc in each of them. Is this possible and how?

thanks and regards,
Kalyana Sundaram S
January 16,
Yes, you can add as many controls as you like. Create the controls you need to put into the cell, then get a handle to the cell and set it's content with something like this:

obj.getCellTemplate(1,1).setContent("html", newObj1 + newObj2 + newObj3);
Jim Hunter
January 16,

This topic is archived.

See also:


Back to support forum