The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
5k views

What is SP Grid View & How to use it?

I know this is a basic question! But still, I need to know What is Grid View? How to use it? What is it used for? Any documentation or links will be of a great use! Thanks! -saumil Using SP2010 ...
3
votes
3answers
1k views

GridView lookups displaying as “id;#value”

I am using an ASP.net gridview. The datasource is SPList.Items.GetDataTable(). The gridview is working fine; however, lookup and multilookup columns display as "id;#value". Is there any way to just ...
2
votes
1answer
505 views

Attach document from SharePoint List to GridView

I have a SharePoint 2010 list, which has attachments!! I am using a custom grid-view to display some selected List fields from the list. I would like to include the attachment as an embedded ...
2
votes
1answer
77 views

GridView Listing Users' Tasks

I have a task list which I want to visualize with a GridView. I want to display the SharePoint users as columns, and underneath these users, their respectively assigned tasks will be displayed. This ...
2
votes
1answer
382 views

Multiple Media Web parts for Videos in a list?

I want to create a video library for users to upload videos. These should be displayed with a Media Web Part. I would like to be able to have on web part for each video so it becomes a list like so: ...
1
vote
4answers
338 views

Refreshing page or making it to respond after downloading the file. All happening in Webpart

I'm having a Visual Webpart that allows user to select Managed Properties and find out what is stored inside it. The result is displayed inside a gridview which he/she can export it to excel. It is ...
1
vote
1answer
685 views

GridView CommandField issue

I have a small problem with a GridView in my web part. I bind a DataTable to the SourceData of my GridView and check if the current user is an administrator. If he is, I will add additional ...
1
vote
2answers
602 views

GridView showing FAST results and inline editing items

I'm in the following scenario: I have a single custom list coupled with a document library (for the 'attachments'). Search on this list and the attachments is done by FAST Search. All search results ...
1
vote
1answer
363 views

Problem with expanding/collaping gridview rows in Firefox

I have an asp:Gridview control called gvComments that uses the following Javascript to show/hide table rows. If the expand/collapse button is clicked, a string (EventID) is passed to the function and ...
0
votes
2answers
95 views

How to only display the logged in users list items?

I am creating a Expense management application. I have a page that lists the expenses in the system (they click the expense list to view this). I now want to change this so that it ONLY displays the ...
0
votes
2answers
432 views

Sharepoint list column changes not getting updated - bug?

I have created a list in SharePoint 2010, initially had the columns - Title , Mobile and Email Id. Then I used a grid view (Visual web part) to display these fields. Later I changed the field Title ...
0
votes
1answer
346 views

SPDataSource for asp gridView returns nothing?

I'm binding my SPDataSource to an ASP:DataGrid but it returns empty gridview not filled. Here's my aspx file <SharePoint:SPDataSource runat="server" ID="SPTypes" DataSourceMode="ListItem" ...
0
votes
1answer
343 views

Dynamically adding/editing list items in a “new” form of another list?

I'm new to Sharepoint, so I'm looking for some advice on how to tackle a problem I'm having when developing a solution for a client. This is a simplified example: I have two lists: one containing ...
0
votes
1answer
91 views

Don't show DateTime format on a web part

I Created a WebPart with a GridView.I get items of list and show in gridview. Run-time ,datetime field displays only the time. list.GetItems().GetDataTable();
0
votes
1answer
475 views

How to select specific fields from a list to bind with gri

I have used the following code to get the list items in a gridview!! Though I have only three fields visible in the list - Title, Mobile and Email ID. It ends up showing around 10 different fields ...
0
votes
1answer
220 views

Last sites and last items in the same list/table/gridview

There is a way to put in a list all updates/insert that users to in every list from all the subsites from sharepoint root site(sitecollection)? Also, to add to this list the site info that users ...
0
votes
1answer
31 views

SP2013: Disable Column in GridView

I have a list which is shown in gridview (Quick Edit in the ribbon). Now i want to disable one column with jQuery. This might be possible by applying the attribute aria-readonly="true" to the ...
0
votes
0answers
28 views

How to do editing elements and Deleting Elements In Sharepoint List using Grid View?

How Could I do deleting, and Editing Element in Sharepoint List by using Grid View ? I menage to show all elements on the list, but how Can I do editing and deleting elements? <div ...
0
votes
1answer
789 views

How to add Sharepoint List item Title (link Button) hyperlink in Grid View Control

I created one visual Webpart, it is having one Grid Control to display the items but that items having a link to open current item URL (Like Display Item)?
0
votes
3answers
440 views

How to fix width of column in SpGridView?

I have a spgridview with dynamic column. I want fix width and if the content is a part of it is displayed. I use this code but don't work for me . BoundField col = new BoundField(); col.HeaderText ...
0
votes
1answer
239 views

gridview for picture library with link

Is there a out of box way to use the picture library on a page that will have grid view with link on the picture?
0
votes
0answers
543 views

How to create Grid view webpart using Visual Studio or code

I need a Grid View Webpart to display multiple rows and columns like an Excel range of columns​. i.e. Users are able to see different columns for different rows. Is it possible to do it via Visual ...