Working with SPGridView in SharePoint 2010
Working with SPGridView in SharePoint 2010
I can't seem to get this to do anything. I'm using in user control web part in SharePoint 2010 which is rendering a gridview (thru SPGridView control). I have viewed the source from the browser and confirmed that my grid has the thead and tbody elements. It doesn't do anything when I load it. No errors, just no change to the UI at all.
Here's the HTML table.
[code]
TitleDue Date
Upgrade Server4/1/2011 12:00:00 AM
Update Site Content4/5/2011 12:00:00 AM
Gather Requirements4/6/2011 12:00:00 AM
Build Site4/8/2011 12:00:00 AM
[/code]
Here's the HTML table.
[code]
TitleDue Date
Upgrade Server4/1/2011 12:00:00 AM
Update Site Content4/5/2011 12:00:00 AM
Gather Requirements4/6/2011 12:00:00 AM
Build Site4/8/2011 12:00:00 AM
[/code]
This discussion has been closed.
Replies