In sharepoint 2010 SPGridview look 开发者_运维知识库like asp grid view .Its not showing the filter,sort option.totally it looking like table.how to make spgridview like the list view in sharepoint 201
I am using c# with asp.net for wspproject. I am using spgridview to show the folders and files. When i clicked on folder, the spgridview bind with folder content(files/folders).
I have created SPGridView dynamically (in the codebehind for sharepoint), everything is working fine paging, sorting etc... but I want to do filtering without using ObjectDataSource (I have done it wi
I have one dynamicall开发者_StackOverflow中文版y created SPGridview. In one column of the grid i have link button.
I am using an SPGridView control with an ObjectDataSource control in a SharePoint 2010 solution. The SPGridview allows me to sort and page through a list items OK, but I have noticed a problem when tw
I\'m binding a GridView to a domain model object, this domain model object has a method for working out a formatted value to display on the grid.I\'d like to use this method for my display value, whic
I have one sharepoint custom page application which is rendering from a user control. In the user control page, i had used SPGridview for displaying data. My first column is Title Column (link button
I want to grey out some menu items, so thay will be visible but disabled. Ho开发者_运维问答w to do this in blackberry?The paradigm for the BlackBerry menu is to remove inactive menu items, not grey th