Hello,
I am currently pulling customer contact data in Sharepoint through a ODBC connection from a MySQL database. I created a new webpart, and imported the data from a BDC. However, some fields in the webpart, such as the comments section are too narrow for their purpose and cause the rows to be stretched very far vertically, making the formatting an eyesore. I am trying to set the column width of that field to be wider but I am not having much success doing so. I have tried going into Data Views -> XSL editor and changing the tag <th class="ms-vh" align="left" style="width: 375px"> for that column's width values, but it didn't seem to do anything. I also tried going into the .aspx page and resizing the columns in there, it also didn't do anything.
Start Free Trial