Hiding the column headers in boxed view

I've created a custom list that I'm displaying in boxed view.  Here's a sample of the columns:
Business Systems Manager
Project lead
Project number
SFA?
Etc...
In boxed view, it displays like I have it here - vertical.  The names of the people and info display next to each item. 
However, the web part is still displaying the column headings across the page like in this example:
Business Systems Manager - Project Lead - Project Number - SFA? - etc...
Some of my custom lists carry on for 12 or 13 columns and the main page view has about 6 or 7 of them so needless to say, the extra real estate the column headers (which are completely redundant because the column heading info is IN the boxed view!!!) are taking up is killing the layout of the page.
Is there anyway to remove the column headers from the boxed view with out of the box Sharepoint?   Or is Designer required?
Thanks!
Lorraine

This worked well for me:
1) Add a Content Editor Web Part
2) Click Source Editor
3) Enter the following code:
[css] <style> .ms-viewheadertr { display: none;} </style> [/css]
4) Select Save
5) Go to Layout and Select 'Hidden' 

Similar Messages

  • Flex4: Printing my grids with mx:PrintDataGrid doesn't print the column headers

    It's a simple mx:DataGrid with just 3 mx:DataGridColumns.
    I use a s:VGroup as the print view. It contains an s:HGroup with two labels for the page header and then an mx:PrintDataGrid.
    The grid data prints fine but the column headers are left blank. Just have the background gradient there, but no text.
    Anyone any suggestions what goes wrong?
    Thanks,
    Ingo

    kind of. My source grid is a plain vanilla mxml definition.
    But when it comes to printing I create a new instance of my printview
    which contains a PrintDataGrid and then do (besides other things):
            printView.printDataGrid.dataProvider =
    sourceDataGrid.dataProvider;
            printView.printDataGrid.columns = sourceDataGrid.columns;
    in order to get the same column properties in the print datagrid as in the
    source datagrid.
    Is that what you mean with "using the same set of colums which could cause
    problems"?
    If so, how to overcome this?

  • Can we fix the column headers of a table placed in a scroll container?

    Hi
      I have a big table placed inside a scroll container.
      The table is so big that both horizontal and vertical scroll bars appears always.
      So what happens is...
         when the user moves the vertical scrollbar down, the column headers move
         up,so that they are no visible, when he reaches the bottom of the table.
    What is our requirement is, even if the  user moves the vertical scrollbars the headers should be visible.
    Can anybody solve this problem??
    Thanks
    Smitha

    hi Smitha,
        We cannot avoid that. but an alternate is that use another table above this table and which has the number of rows as zero. hide the table header for the below table. you need to adjust the header of above table so that it fits for the below table.
    This works fine if the table doesn't have sorter facility.
    Regards,
    Gopi

  • How to group the column headers using WDA ALV ?

    Hello All.
    How can I group the column headers as shown in the picture(chart), using  WDA  ALV.
    Thanks for any help !
    A
    B
    A1
    A2
    A3
    A4
    B1
    B2
    B3
    B4
    B11
    B12
    B13
    B21
    B22
    B23
    B31
    B32
    B33
    B41
    B42
    B43
    消息编辑者为:Cloud Li

    Hi ,
    This functionality was not exposed/supported in WDP ALV,however the same can be achieved in normal table(table UI element)
    The reason this isn't exposed directly in the ALV is because it is used internally when you do a grouped sort.  The ALV automatically buids group headers to explain the grouped sort/sum.
    Depending upon your requirements if you must have the group header and aren't using much else in the ALV, you might be better off using the plain old table. Below is a link to how to do group headers in the table UI element.
    Table
    Hope this helps you.
    Thanks
    KH

  • Freeze the column headers for htmlb:tableView using CSS

    Hi
    I am using a <htmlb:tableView > in BSP to display data.
    i want to freeze the column headers so that they dont scroll when table data is scrolled.
    Is it possible ?
    Regards
    Rajendra

    Hi Rajendra,
    Have a look at the links below:
    [Freeze tableview header-I|https://forums.sdn.sap.com/click.jspa?searchID=24813847&messageID=3088768]
    [Freeze tableview header-II|Freeze table header in HTMLB Tableview]
    [Freeze Columns of tableview|https://forums.sdn.sap.com/click.jspa?searchID=24813847&messageID=3517748]
    Search the forum and you will find information on this.
    Regards,
    Anubhav

  • How can I customize the Column Headers of the TABLE control/indicator in LabVIEW ?

    I need to customize the TABLE control/indicator in the LabVIEW as the same shape of the table in the LabWindows CVI or the DBgrid of the Borland Delphi. Where can I modify the color and shape of the Column Headers and the Row Headers.
    Thanks,
    Cleber

    Salutations,
    You asked this question about 3 months ago, and no one answered it.. How rude of them, well....
    You can customize any control/indicator by right mouse clicking on it, going to advanced, then customize. If you want to color it, you can always right mouse click with the shift key down, and pull up the painting tool stuff. Or use the tab key if you want to scroll through tools. I believe it's the tab key. Alright, i bet you've long since figured it out, but i couldn't resist.
    Sincerely,
    ElSmitho

  • Changing the Column Header and Hiding the Column dynamically???

    Hi friends..
    I'm new to OBIEE field. I'm working in a OBIEE project that requires to dynamically change the column header, and dynamically hide the column depending on the prompt value.
    I know we can dynamically change the table header using the presentation variable but I couldn't do that same thing with column header.
    I searched some forums that suggest to use java script for this purpose but I'm not able to do the same also. If anyone had same issue before please help.

    toony, I'm not sure it's possible to do all that you want exactly the way you want, but here are some ideas you can pursue.
    To dynamically change column headers without javascript, check this blog out...
    http://oraclebizint.wordpress.com/2008/01/25/oracle-bi-ee-101332-dynamic-column-headers-using-presentation-variables-sets-and-conditional-formatting/
    As far as dynamically hiding a column, I don't think you can do this, but since you don't provide any details on how the PV is supposed to hide a column based on the value, are you talking about hiding a column for one PV value and another (different) column for a different PV value? Or are you talking about hiding one column when a PV has certain values and displaying it when the PV has a different set of values?
    I have managed to create both scenarios via a work-around, but the procedures require some writing so I don't want to put both. Please detail how you want your PV to "hide" a column or columns.
    P.S. I don't think column selectors will do the trick for you. Basically column selectors work like this: Say you have a report using Sales Region ID, Region Name, and Sales. Now let's say you want the user to choose if he/she wants to see annual sales, or quarter sales or weekly sales, etc. The column selector view would allow you to put the various columns (Year Sales, Quarter Sales, Weekly Sales) as an option the user can select. Once selected, the sales figure will change for the time period selected. For an example of how this is done, check out the section in this "Oracle by Example" link.
    Waited too long to publish this... Madan beat me to it, so there is some overlap here...
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/saw/saw.html
    Edited by: LC143 on Oct 27, 2008 9:21 AM

  • SSRS 2008 R2 - Column Headers of a tablix visible while scrolling - Then the column headers not visible on 2nd page onwards for PDF EXPORT. it's vice versa. Hence it is possible to provide both at same time ?

    Hi,
    I am using SSRS 2008 R2.
    I have two TABLIX in a report.  One is TABLIX with row/clumn grouping. 2nd one is flat view.
    Here each tablix is dispaly it's data on single page for each.
    My Requirement on First TABLIX is:
         1. I have to make column headers visible on scrolling down
         2. Export to PDF - column headers must be visible on all the pdf pages  for same tablix data.
    But ... either one is achieved at my end.
    so ... any suggestions please to achieve both at same time.
    thank you in advance.
    best regards,
    venkat.

    Hi G.V.Naidu,
    According to your description, the first tablix is matrix to use display data.
    In SSRS, if we want to fix matrix header visible while scrolling and repeat header columns on each page, we can select the corresponding option to enable this function. Please refer to the steps below:
    1. Right click tablix, and select Tablix Properties.
    2. Select “Keep header visible while scrolling” and “Repeat header rows on each page” to enable these function.
    If we are use table to display data, please refer to the article about Repeat Header / Keep Header Visible in Tables.
    http://blogs.msdn.com/b/robertbruckner/archive/2008/10/13/repeat-header-and-visible-fixed-header-table.aspx
    If there are any misunderstanding, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Hiding the column data. What is the point of DBMS_CRYPTO package?

    DB version:10g R2
    A requirement has come where we need to hide some columns' data from end users.
    Trasparent Data Encryption feature wouldn't do the trick as it encrypts the data only at the storage level not at user level.
    I've seen PL/SQL codes using DBMS_CRYPTO which encrypts and decrypts input strings like the code mentioned in
    Re: Need some hints on using dbms_crypto
    What is point of these PL/SQL codes?
    They can only be used to create functions which will be called in VIEWS. That is the only use of DBMS_CRYPTO package. Right?
    Do you guys have any suggestion in hiding/obfuscating column data? Is creating a view my only option?

    One solution to "hide" data (columns or rows) from end users is simply to create a view.
    The end user will be granted only access to the view and not to the base tables behind the view. The view will only expose those cloumns and rows that the end users is supposed to see.
    Of cause this has nothing to do with encryption. But I don't see anything in your business requirements that needs to use encryption methods.

  • The column browser is no longer available when trying to view music in iTunes. I'm only able to use the column browser only when viewing playlists. Why?

    I noticed that after one of the recent updates to iTunes, I am unable to view my music using the column browser type view. Only when I select one of my playlists is the music displayed with the column browser. When I select Music to view the contents of my library, only the album covers are displayed on the right side. The old column browser type display is not available any more - it is grayed out. I do have "show list views for all media" checked in my Preferences / General tab.
    Did Apple screw up or is it me?

    You're welcome.
    tt2

  • Can we customize the column name in filter view?

    When i select filter view and select an option from the drop down, it shows the name of the column and not the variable set in the prompt.
    I want to customize that name so that it does not show the column name,shows the name given by us instead.
    Please Help!!!

    You can't customize the filter view, play around with the narrative view instead.
    Regards,
    Stijn

  • Is there a way to stick the column headers into the window?

    Hi everybody.
    Does anyone know if there's a way in BI Answers to stick the headers of the columns of a table into the page,
    in order to keep them visible even when I scroll down?
    I have huge tables, and it's easy to get lost into them..
    Thanks!!

    What version are using?
    From 11.1.1.6.0 Freeze Pane Option has enabled.
    <GridViews>
    <DefaultScrollingEnabled>true</DefaultScrollingEnabled>
    <DefaultRowFetchSlicesCount>200</DefaultRowFetchSlicesCount>
    <DefaultColumnFetchSlicesCount>300</DefaultColumnFetchSlicesCount>
    <DefaultFreezeHeadersClientRowBlockSize>60</DefaultFreezeHeadersClientRowBlockSize>
    <DefaultFreezeHeadersClientColumnBlockSize>15</DefaultFreezeHeadersClientColumnBlockSize>
    </GridViews>
    Do let me know the udpates.
    Thanks.

  • Hiding the columns in data table in jsf

    Hi Guys,
    I have stuck one situation in my project . i.e i want to hide the columns in Data table in jsf.
    Please response this mail.
    Thanks
    Narne

    See this...
    [http://forum.java.sun.com/thread.jspa?threadID=5119514&messageID=9938606]

  • Bex hiding the column

    How to hide the bex report columns which are with zero values.
    For example I am having 10 column representing 10 countries.One column values are fully zero and I want to hide the columns when it is zero. How to hide it.
    Sure marks for helpful answers.

    Hi,
    In BEx you can achieve this by going to query properties:
    In the query properties you choose whether rows or columns that getting zeroes are displayed or not displayed.
    You determine whether zero suppression applies to rows and columns, only to rows or only to columns.
    If you want to suppress zeroes, there are two settings  options active and active (all values = 0).
    Choose setting active
    Use Zero Suppression with the active setting and the system will check whether there are zero values in the result area, then the associated row or column will be hidden.
    Hope it helps.
    Regards,
    Mona

  • How I change the save image dialog box view from oldest to newest first as the default?

    My save image dialog box has the oldest file in the folder in the upper left position (using list). I want to change it to the newest file shown first. It used to be that way, but now it showing oldest first. I haven't found any guidance on defaults for this box. Thanks.

    Leave it to Apple.  When I first got the phone, that's the way they were configured.  Now that they've flipped around, there's now way to change it!

Maybe you are looking for

  • Change barcode in adobe reader

    I have created fill able PDF  form in the adobe acrobat pro with pdf417 bar code. In adobe acrobat pro i have successfully changed bar code with changing text field value. But when i open  PDF  file in adobe reader file was doesn't changed bar code.(

  • Can I stream movies to my tv using from time capsule storage?

    I'm thinking about trying to use the time capsule as my own personal cloud at home.  That way I can stream music and movies to my tv.  Will this work and how do you set it up?

  • Where RFS exactly write redo data ?  ( archived redo log or standby redo log ) ?

    Good Morning to all ; I am getting bit confused from oracle official link . REF_LINK : Log Apply Services Redo data transmitted from the primary database is received by the RFS on the standby system , where the RFS process writes the redo data to eit

  • HT4993 iTunes update has my iphone 5 stuck in recovery mode

    I recently installed the latest version of iTunes on my PC and then connected my iphone 5 to sync a playlist to my iphone 5. When I connected my iphone 5 with the usb to my pc iTunes said that I needed to update the itunes software on my iphon I foll

  • Manage import duties in intercompany sales billing

    Dear experts, We have a scenario where: In country A, we have a company Ca who is selling goods to a local customer. The goods are shipped directly to the customer from a plant Pb, belonging to company Cb in country B. So obviously, this can be manag