Skip to main content

Questions tagged [caml-renderpattern]

method for displaying list data

Filter by
Sorted by
Tagged with
1 vote
1 answer
4k views

I want to define a query to return items that satisfy the following :- if any item have a CT & login user = site column so i wrote the following :- <property name="QueryOverride" type="string" ...
John John's user avatar
  • 1,420
6 votes
1 answer
855 views

I have 3 Columns in my List Id Name SortBy 1 A 1 2 B 3 C 2 4 D 3 and my CAML query is : Query = @"<OrderBy><FieldRef Name='SortOrder' Ascending='False' /&...
BASEER HAIDER JAFRI's user avatar
0 votes
2 answers
158 views

In a CAML query, can you filter items which has values in the column (Not Null), based on the FieldType of the column. regardless of the Column name ?
Shaamil's user avatar
  • 708
16 votes
2 answers
32k views

In a SharePoint list I have a column, created using a custom content type. Let's say, the content types is "MyContentType". I used in a column "My Custom Column". Need to filter out items if the "My ...
Shaamil's user avatar
  • 708
1 vote
1 answer
232 views

In a my share point 2007 list i have a custom field. In the custom field i need to get the current Item ID. Later have to pass this to a JavaScript. How to get the current Item ID in RenderPattern ? ...
Shaamil's user avatar
  • 708
1 vote
0 answers
180 views

I'm creating a custom field in SP 2007. I need to Get the Custom field value and field properties on Item click, in the list item display view. Also i Need to pass these values to a JavaScript. So, ...
Shaamil's user avatar
  • 708
0 votes
0 answers
310 views

Am appending a filter condition to a particular view alertview.Query = viewQuery.ToString(); alertview.ParentList.ParentWeb.AllowUnsafeUpdates = true; alertview.Update(); alertview.ParentList.Update(...
user18508's user avatar
3 votes
3 answers
4k views

I am trying to retrieve the 5 most upcoming (with respect to expiry date) announcement list item "Title's".The query partly works but what it fails to do is include and display todays announcements as ...
user7400's user avatar
  • 1,266
1 vote
2 answers
4k views

i am trying to get the 3 most upcoming events from the current date and time (The current data and time refers the time everytime my web part loads. Basically it is not a fixed date and picks up the ...
user7400's user avatar
  • 1,266
1 vote
1 answer
20k views

"<Where><Eq><FieldRef Name='Title' /><Value Type='Text'>'Label1.Text'</Value> </Eq></Where>"; I have not run this and checked yet, simply because I am ...
user7400's user avatar
  • 1,266
6 votes
1 answer
959 views

I'm searching for a way to have a task list view where AssignedTo column contains user profile image just as i can in User Info List. By looking at hows its done in User Info List, i see a ...
Janis Veinbergs's user avatar
1 vote
1 answer
3k views

How can I render a custom field type with XSLT. I want to render in the same manner like I do with this CAML <RenderPattern Name="DisplayPattern"> <Switch> <Expr> &...
user3145's user avatar
  • 145
4 votes
1 answer
4k views

Has anybody upgraded an old custom field type to use the new XSL transform in SharePoint 2010? I have a multi-column field type, and want the Display pattern to render the 2nd "column", which contains ...
jason.venema's user avatar