SharePoint Development Bookmark and Share   
 index > SharePoint - Development and Programming > Hide list rows at runtime ?
 

Hide list rows at runtime ?

Hi

I have a list. There are some rows in it. There is one custom column in that list which stores a user name. Now when any user opens that list page, i want to check each row and see if that in each row column name is similar to user who logs in and then display that row else i want to hide it from the user.

Can anyone tell me how to do it in SP

Regards,

Arif H.S.

ARIF HABIB SHADAN  Sunday, July 20, 2008 5:40 AM

Can't be done with the normal UI.

Moving to the Programming forum as maybe those guys can help you with some very clever code.

Mike Walsh MVP  Sunday, July 20, 2008 7:16 AM

How this will be done through back end development
ARIF HABIB SHADAN  Sunday, July 20, 2008 12:48 PM

How abt creating a view which is filtered on the condition:

"Assigned To" = [Me]

Raja Ayyapusetty  Monday, July 21, 2008 2:15 AM

You can use google to search for other answers

Custom Search

More Threads

• Content Type Feature Problem
• PageLayout - assigning content type field values
• page viewer webpart not behaving like an iframe
• regarding Ajax smart part.
• MenuItemTemplate ClientOnClickUsingPostBackEvent RaisePostBackEvent
• Correct order of WebConfigModifications (SPWebConfigModification) in web.config
• System.Security.SecurityException: Request for ConfigurationPermission failed while attempting to access configuration section..
• Filter SharePoint List by Current user against multiple columns
• Get url of file attachment
• Where to install a feature in a MOSS Farm