views:

101

answers:

0

Platform: Sharepoint 2010

I have programatically created a custom list in Sharepoint with its own schema.xml, NewForm.aspx and other 2 forms. Whenever I try to view any item of this list, a pop window (in silver light) comes up and my DispForm.aspx opens up inside it.

My requirement is that I want to open a new Window for DispForm.aspx instead of opening that form in the pop. Is there a way out to do this?

I could not find much information on internet regarding this. Most of the example on internet do not show examples for custom lists :(

Also, I have already tried SPList.NavigateForFormsPages = true; However,the problem with this is that it opens up the form in the same window and not in a new tab/window which is what i need as these forms point to external site which i would not like to open up in the same screen.

Please share your thoughts and insights on this. Any help would be greatly appreciated.

related questions