:: Forum >> Version 2 >>

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
Monday, January 16, 2006
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
Monday, January 16, 2006



This topic is archived.

Back to support forum

Forum search