Stump the Panel Topic: Freezing Columns in Custom Lists http://www.endusersharepoint.com/STP/ SharePoint QA en Sun, 31 May 2009 01:31:56 +0000 AutoSponge on "Freezing Columns in Custom Lists" http://www.endusersharepoint.com/STP/topic/freezing-columns-in-custom-lists#post-6994 Fri, 22 May 2009 23:32:59 +0000 AutoSponge 6994@http://www.endusersharepoint.com/STP/ <p>Freezing a column would be a lot more difficult simply because there is not already that "sticky" area. The toolbar stays at the top of the list but nothing stays to the left if you scroll right, you'd have to create that then put the column in it. Plus, that would totally break groups for sure. </p> amitoni on "Freezing Columns in Custom Lists" http://www.endusersharepoint.com/STP/topic/freezing-columns-in-custom-lists#post-6875 Thu, 21 May 2009 01:57:29 +0000 amitoni 6875@http://www.endusersharepoint.com/STP/ <p>okay, have to admit - I need to sit in one of your jquery workshop to learn this. I read your work on gnatt and still struggling to understand what you did...syntax wise.</p> <p>Would the logic be the same if we tried to freeze the column instead of rows </p> AutoSponge on "Freezing Columns in Custom Lists" http://www.endusersharepoint.com/STP/topic/freezing-columns-in-custom-lists#post-6870 Wed, 20 May 2009 20:30:27 +0000 AutoSponge 6870@http://www.endusersharepoint.com/STP/ <p>You can look at what I did for the Gantt Chart Fix.</p> <p>First, copy the element(s) making the row to a variable.<br /> Then, remove the original row.<br /> Then, insert the stored row as part of the "header".</p> <p>This requires part of the web part to already be "sticky." So, in my case I added the element below the toolbar.</p> <p>You have to pay special attention to the widths used and force the new sticky row to be at least as wide as the toolbar but have a fixed width. Changing browser width, loading in different screen resolutions, and testing with really long data are all important. </p> amitoni on "Freezing Columns in Custom Lists" http://www.endusersharepoint.com/STP/topic/freezing-columns-in-custom-lists#post-6846 Wed, 20 May 2009 11:22:52 +0000 amitoni 6846@http://www.endusersharepoint.com/STP/ <p>Paul,</p> <p>Can I ask for a huge favor? I want take a shot of doing this for my custom list but need a little push from you.</p> <p>Can you give the psuedo code on how to freeze it? I promise to share my work once I am done.</p> <p>Aaron </p> AutoSponge on "Freezing Columns in Custom Lists" http://www.endusersharepoint.com/STP/topic/freezing-columns-in-custom-lists#post-5813 Mon, 13 Apr 2009 15:58:47 +0000 AutoSponge 5813@http://www.endusersharepoint.com/STP/ <p>I would recommend you either look at Excel Services (EWA web part) first (if you have Enterprise).</p> <p>Next, you will need some scripting skills. To "freeze" a row in a SP list, you may want to create an empty div on the page that sits on top of your list. As you select rows to freeze, they are hidden and copied into the custom div.</p> <p>Like with all things SP, that's not the hard part. Interacting with filters, sorts, and exploding groups will make you cry. </p> WHakos on "Freezing Columns in Custom Lists" http://www.endusersharepoint.com/STP/topic/freezing-columns-in-custom-lists#post-5811 Mon, 13 Apr 2009 15:03:45 +0000 WHakos 5811@http://www.endusersharepoint.com/STP/ <p>I have been tasked with putting together a central list in SharePoint combining together a number of different spreadsheets currently held in Excel. While there is a great deal we can do with views, I did get a request to see whether or not it is possible to freeze columns similar to the Excel Freeze Panes.</p> <p>I see that there was some work done with the Gantt Chart in particular, can this sort of thing be applied to to a generic list as well? </p>