Percentage width for cells in DataGrid

Elicita

New member
Joined
Jul 19, 2006
Messages
1
Location
Santa Cruz
Programming Experience
5-10
Hello:

I was migrating a web application from VS2003 to VS2005.
In one page I had a grid with some cells with fixed width in pixels and two cells with width in percentage (65% and 35% respectively). In these cells with percentage I use user controls (dropdown extended).

So in my old application in VS2003 all was working fine, but now in VS2005 the same page is not working well, seems like the grid can not work with mixed type of width (some fixed widh pixels and some with percentage) and the cells with percentage are growing a lot.

Please, somebody knows how solve this problem?

Thanks a lot

Elizabeth
 
Back
Top