blondebier
Programmer
Hi,
I'm populating a table dynamically with 3 table cells.
I am having a problem with the length of the table cells.
I've tried tableCell.Width = Unit.Pixel(100) but this doesn't work.
The data in the middle cells is a description and the cells to the right are textboxes. The problem is that when it loads all the data dynamically, the text boxes do not align properly, they are just placed wherever the text from the description stops. Grrrrr! Any idea how I could fix this annoying problem. Ideally i'd like to set the length of the description cell to a fixed length. i.e. 60% of the table.
Thanks in advance.
Francis
I'm populating a table dynamically with 3 table cells.
I am having a problem with the length of the table cells.
I've tried tableCell.Width = Unit.Pixel(100) but this doesn't work.
The data in the middle cells is a description and the cells to the right are textboxes. The problem is that when it loads all the data dynamically, the text boxes do not align properly, they are just placed wherever the text from the description stops. Grrrrr! Any idea how I could fix this annoying problem. Ideally i'd like to set the length of the description cell to a fixed length. i.e. 60% of the table.
Thanks in advance.
Francis