Hi all,
I have a FlexTable and I want to load the data dynamically. while loading, I want to load two widgets into a particular cell. (two text boxes, more precisely). Any idea how can i achieve this?.
(final output should look like the output of below html code. but the two textboxes should added thorugh gwt).
....
<td>
<g:TextBox /><br/>
<g:TextBox />
</td>
......
--
Thanks and Regards
Sarjith