ROBAX wrote
heh... this one's nearly impossible to figure out:
In DesktopModules/Dashboard/RepositoryDashboard.ascx
In the DataGrid tag for 'lstObjects', add ShowHeader="false"
Rob
Excellent! Mark this one as solved. Many thanks.
However, it's a slight disservice to the repository module to say it's nearly impossible to figure out. It's pretty straightforward. I was aware of this file and had made some changes to it very early on in my repository module fiddling days. 20 years in the IT industry has not taught me to check my sourcesafe change log... I forgot that I'd made the change locally then couldn't work out why my live and local were different. I checked the 'Repository' folder for differences between the sites, but not the dashboard. I guess I was distracted by the fact that the templates for the dashboard and the repository are stored in the repository folder... My bad!
Again, many thanks for pointing me in the right direction.
But wait, there's more - Not only did you solve the issue of the header, but you prompted me to further investigate the issue of the borders in Chrome and Opera. This issue was also fixed by a change to the RepositoryDashboard.aspx file. In the "lstObjects" datagrid, in the template for the column, I added:
<asp:TemplateColumn ItemStyle-BorderWidth="0">
and the border behaved as expected. Good border.
Thanks again to both of you for your replies.
James.