SharePoint - "Edit in Datasheet" CSS

Asked By Jeff Adams
28-Jan-08 02:48 PM
Does anyone know what the CSS class name is in 2007 for the "Edit in
Datasheet" background colors?

I typically use the IE Developer toolbar or the Firebug extension in
Firefox to find the CSS class names but in this case nothing works.

Thanks.
SharePoint
(1)
LennyHolland
(1)
ActiveX
(1)
AspnetForm
(1)
Firebug
(1)
Firefox
(1)
Voila
(1)
Lenny
(1)
  danishma replied...
29-Jan-08 08:12 AM
Hi
Can you help,I want to makea flash banner in share point designer 2007
--
Young man need help to make web site in share point designer 2007
  LennyHollan replied...
04-Feb-08 10:01 PM
I am also looking for the answer to this. Is this a post SP1 thing for
you?
  Jeff Adams replied...
30-Jan-08 09:55 AM
On 2008-01-29 19:39:10 -0600, LennyHolland@googlemail.com said:


This is the first time I've had to deal with the "Edit in Datasheet"
styles so I wouldn't know. Please post here if you find the answer.
This is driving my crazy.
  Jeff Adams replied...
30-Jan-08 05:59 PM
On 2008-01-29 19:39:10 -0600, LennyHolland@googlemail.com said:


I think I've fixed my problem, hopefully this helps you too.

The only way I could get the background color in the datasheet view to
change was to change the color on the  element. That meant I
needed another element that was unique enough I could target it with
CSS yet still wrapped the entire contents of the page.

Looking through the source code there is always a form tag (common with
.net I suppose) with the id="aspnetForm" just inside the body.

So I set the CSS in my theme like this:

body {
/* fake background color for ActiveX items like "Edit in Datasheet */
background-color: white;
}

form#aspnetForm {
/* real background color for the site */
background-color: #002842;

/* to be sure it fills the whole page vertically */
height: 100%;
}

Voila! White background for the datasheet views and other ActiveX
controls but still a dark blue background for the site as a whole.
  LennyHollan replied...
04-Feb-08 10:01 PM
Voila indeed!!

Seems to do the trick for me too. I only changed one thing; we are
using a background image, so I had to make the aspnetform color
transparent.

Thanks for the fix mate!!
  Lair replied...
18-Jul-08 01:39 PM
Hi Lenny,



I've having this same problem for a while.

Where do I find the file or files to be edit?

I am new to SharePoint, can you please post the steps or at least post the file that and were it should be edit.



Thanks
  Lair Lair replied...
21-Jul-08 01:51 PM
Where exactly did you add the tags and in what file.
Can you provide with an example.

Thanks
Create New Account
help
project con sharepoint SharePoint SharePoint Portal Server Dev Discussions Sharepoint (1) Laurent (1) Cotton (1) Conectarme (1) Intentar (1) Liliana (1) Error (1) Project (1 Laurent Cotton www.bewise.fr es un error que sale al intentar conectarme con el sharepoint keywords: project, con, sharepoint description: !- - Web.Config configuration File- - configuration system.web customErrors mode = On deafaultRedirect = mycustompage.htm system
access into sharepoint SharePoint Sharepoint is new to my organisation and we are on the verge of deploying it to and import those? How have others resolved this issue? Your help is most appreciated, Matt SharePoint Discussions SharePoint (1) InfoPath (1) WSS 3.0 and MOSS 2007 (you didn't say which SharePoint product *and version* you were asking about) allow you with Access 2007 to synchronize (in both directions) Access tables and SharePoint Lists. It probably works in both directions (with some restrictions on field types used) although and then open that file using the template you created in InfoPath. keywords: access, into, sharepoint description: Sharepoint is new to my organisation and we are on the verge of deploying
Office SharePoint, Windows SharePoint and SharePoint Portal SharePoint Hi, I am a novice about SharePoint. Can anybody tell me if Office SharePoint, Windows SharePoint and SharePoint Portal are same thing? same server application? or what is the different among them? Thanks
Using a Windows Application to publish Office files to SharePoint SharePoint SharePoint 2.0, Office 2003, VS 2K5 In creating an automated document management Windows application, I need to be able to programmatically save (publish) various documents (.doc, .xls, .pdf, .tiff) to SharePoint, but I don't know which assembly to use. I tried system.io, but that on the URI class and WebRequests, but I just don't get it. Thanks, Ross SharePoint Development Discussions SPDocumentLibrary (1) SPListItem (1) SPList (1) SPSite (1) SPWeb (1) SharePoint (1) Lists.UpdateListItmes (1) Office 2003 (1) If you are using the windows application on a box that has access to the SharePoint server and SharePoint dll's, I would use the Microsoft.SharePoint namespace. If you used that namespace, you