c# - SharePoint 2010 â Dynamic Columns in List View -
I want to check something before solving a long time in a problem. I make sure I make some stupid or inconsistent I'm not trying to Currently I am working on a SharePoint project where I have created a list in Visual Studio, which has different views. The requirements are that one of these ideas contains many calculations on the data related to the current date, and the value of items over time. I know very well about today's problem, so do not want to store these data in the list, but I would like to dynamically calculate to reflect the calculation of data.
There is a problem I'm not sure it can be done. Obviously I can shift a web part which creates a grid using the list data in the code, but this is not ideal because I would like to include everyone outside the box list functionality to add columns to XSLT or jQuery Is there a way to customize the list view page? Can this be done in a visual studio sandbox solution because we are trying to not use SharePoint Designer because it does not have source control and we want to be able to automatically deploy the system's share to a SharePoint site?
I know that this is a lot of questions, but once I am pulling my hair with it, I have to ask. thank you in advanced.
You can create one in SharePoint 2010 with support for:
Example from MSDN:
& lt; Xsl: Template name = "FieldRef_Text_body" ddwrt: dvt_mode = "body" match = "FieldRef" mode = "text_by" & gt; & Lt; Xsl: Select the ultimate name = "thisNode" = "." / & Gt; & Lt; XSL: Select & gt; & Lt; Xsl: when test = "@auto hyperlink = 'true'" & gt; & Lt; Xsl: Select value = "$ thisNode / @ * [name () = current () / @name]" disable-output-escaping = "yes" /> & Lt; / XSL: When & gt; & Lt; XSL: otherwise & gt; & Lt; Xsl: Select the value = "$ thisNode / @ * [name (=) = current () / @ name]" /> & Lt; / XSL: otherwise & gt; & Lt; / XSL: Select & gt; & Lt; / XSL: Templates & gt;
Comments
Post a Comment