Hi WidgetRealm,
I tried the same method, but my text inside grid cell is not wrapping. My XML data is coming dynamically. Is this the reason it is creating the problem?
Here is the code :
CODE
cell.textLabel = new KONtx.element.Text({
styles: {
color: '#FFFFFF',
fontSize: KONtx.utility.scale(18),
hAlign: 'left',
vAlign: 'left',
wrap: true
}
}).appendTo(cell);
return cell;